Skip to content

Commit 8b2b925

Browse files
committed
CI: excludes truffel 34 with x86 macOS; adds truffel 33
1 parent 8bf06d0 commit 8b2b925

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,14 @@ jobs:
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 }}

0 commit comments

Comments
 (0)