Skip to content

Commit 02bc56d

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

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ 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-26-intel"
29+
ruby: "truffleruby+graalvm-34"
2530

2631
name: ${{ matrix.os }} - ${{ matrix.ruby }}
2732
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)