And now actually use ubuntu-latest
Some checks failed
Ruby CI / test (pull_request) Failing after 26s
Some checks failed
Ruby CI / test (pull_request) Failing after 26s
This commit is contained in:
parent
b0ec03f90d
commit
d3c6fac69b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: all
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Ruby 3.2.0
|
- name: Set up Ruby 3.2.0
|
||||||
|
|
Loading…
Reference in a new issue