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.
1 parent 00a1085 commit 7dc18ffCopy full SHA for 7dc18ff
.github/workflows/test.yml
@@ -33,7 +33,8 @@ jobs:
33
exclude:
34
# https://github.com/ruby/setup-ruby/issues/496
35
- { os: ubuntu-22.04, ruby: '2.2' }
36
- # - { os: ubuntu-24.04, ruby: '2.2' }
+ - { os: ubuntu-24.04, ruby: '1.9' }
37
+ - { os: ubuntu-24.04, ruby: '2.2' }
38
# These old Rubies fail to compile on macos-arm-oss (macOS 13, arm64), which is used for ruby/ruby-builder
39
- { os: macos-14, ruby: '1.9' }
40
- { os: macos-14, ruby: '2.0' }
0 commit comments