Skip to content

Commit 1968265

Browse files
authored
Update GitHub Actions runner to use ubuntu-latest (#41)
1 parent 2dfc4fc commit 1968265

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
strategy:
1414
fail-fast: false
@@ -24,10 +24,7 @@ jobs:
2424
- "2.7"
2525
- "2.6"
2626
- "2.5"
27-
- "jruby-9.4.3.0"
28-
- "jruby-9.2.14.0"
29-
- "truffleruby-23.0.0"
30-
- "truffleruby-22.1.0"
27+
- "truffleruby"
3128

3229
steps:
3330
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)