File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - " macos-26-intel"
2222 - " ubuntu-24.04"
2323 ruby :
24- - " truffleruby+graalvm"
24+ - " truffleruby+graalvm-33"
25+ - " truffleruby+graalvm-34"
26+ exclude :
27+ # starting TruffleRuby 34.0.0 no longer supports Intel on macOS
28+ - os : " macos-15-intel"
29+ ruby : " truffleruby+graalvm-34"
30+ - os : " macos-26-intel"
31+ ruby : " truffleruby+graalvm-34"
2532
2633 name : ${{ matrix.os }} - ${{ matrix.ruby }}
2734 runs-on : ${{ matrix.os }}
3340 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3441 with :
3542 persist-credentials : false
36- - uses : ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1
43+ - uses : ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1
3744 with :
3845 ruby-version : ${{ matrix.ruby }}
3946 bundler : latest # to get this fix: https://github.com/rubygems/rubygems/issues/6165
7683 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7784 with :
7885 persist-credentials : false
79- - uses : ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1
86+ - uses : ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1
8087 with :
8188 ruby-version : ${{ matrix.ruby }}
8289 bundler-cache : true
You can’t perform that action at this time.
0 commit comments