We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3c8944 + fe4319c commit b3de125Copy full SHA for b3de125
.github/workflows/test.yml
@@ -17,8 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
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 ]
+ os: [ ubuntu-latest, macos-latest, windows-latest ]
22
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
23
exclude:
24
- { os: windows-latest, ruby: truffleruby }
0 commit comments