Skip to content

Commit fe4319c

Browse files
committed
.github/workflows/test.yml: stop using ubuntu-20.04 runner image
Use ubuntu-latest instead. ubuntu-latest currently points at ubuntu-24.04.
1 parent a3c8944 commit fe4319c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
# ubuntu-22.04 uses OpenSSL 3.0, ubuntu-20.04 uses OpenSSL 1.1.1
21-
os: [ ubuntu-22.04, ubuntu-20.04, macos-latest, windows-latest ]
20+
os: [ ubuntu-latest, macos-latest, windows-latest ]
2221
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2322
exclude:
2423
- { os: windows-latest, ruby: truffleruby }

0 commit comments

Comments
 (0)