File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,23 @@ jobs:
2222 os :
2323 - ubuntu-20.04
2424 - ubuntu-22.04
25- - macos-11
2625 - macos-12
26+ - macos-13
27+ - macos-14
2728 - windows-latest
2829 ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
2930 include :
3031 - { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
3132 - { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
3233 - { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
3334 - { os: ubuntu-latest , ruby: jruby-9.3 } # Ruby 2.7
34- - { os: macos-latest , ruby: truffleruby }
35- - { os: ubuntu-latest , ruby: truffleruby }
35+ - { os: ubuntu-latest , ruby: jruby-9.4 } # Ruby 3.1
36+ # - { os: macos-latest , ruby: truffleruby }
37+ # - { os: ubuntu-latest , ruby: truffleruby }
3638 exclude :
39+ - { os: macos-14, ruby: 2.3 }
40+ - { os: macos-14, ruby: 2.4 }
41+ - { os: macos-14, ruby: 2.5 }
3742 - { os: windows-latest, ruby: jruby }
3843 - { os: windows-latest, ruby: jruby-head }
3944
You can’t perform that action at this time.
0 commit comments