Skip to content

Commit 89e6eec

Browse files
authored
Test on the latest TruffleRuby release and simplify CI (#405)
1 parent afe08c2 commit 89e6eec

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,10 @@ jobs:
1616
os:
1717
- "macos-14" # arm64
1818
- "macos-15" # arm64
19-
- "macos-15-intel"
2019
- "macos-26" # arm64
21-
- "macos-26-intel"
2220
- "ubuntu-24.04"
2321
ruby:
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"
22+
- "truffleruby+graalvm"
3223

3324
name: ${{ matrix.os }} - ${{ matrix.ruby }}
3425
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)