File tree 1 file changed +8
-3
lines changed
1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -22,18 +22,23 @@ jobs:
22
22
os :
23
23
- ubuntu-20.04
24
24
- ubuntu-22.04
25
- - macos-11
26
25
- macos-12
26
+ - macos-13
27
+ - macos-14
27
28
- windows-latest
28
29
ruby : ${{ fromJson(needs.ruby-versions.outputs.versions) }}
29
30
include :
30
31
- { os: windows-latest , ruby: mswin } # ruby/ruby windows CI
31
32
- { os: ubuntu-latest , ruby: jruby-9.1 } # Ruby 2.3
32
33
- { os: ubuntu-latest , ruby: jruby-9.2 } # Ruby 2.5
33
34
- { 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 }
36
38
exclude :
39
+ - { os: macos-14, ruby: 2.3 }
40
+ - { os: macos-14, ruby: 2.4 }
41
+ - { os: macos-14, ruby: 2.5 }
37
42
- { os: windows-latest, ruby: jruby }
38
43
- { os: windows-latest, ruby: jruby-head }
39
44
You can’t perform that action at this time.
0 commit comments