Skip to content

Commit 9df36f1

Browse files
authored
CI: adds macOS 26 to build matrix (#398)
1 parent 7cfa8fd commit 9df36f1

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- "macos-14" # arm64
1818
- "macos-15" # arm64
1919
- "macos-15-intel"
20+
- "macos-26" # arm64
21+
- "macos-26-intel"
2022
- "ubuntu-24.04"
2123
ruby:
2224
- "truffleruby+graalvm"
@@ -58,6 +60,8 @@ jobs:
5860
- "macos-14" # arm64
5961
- "macos-15" # arm64
6062
- "macos-15-intel"
63+
- "macos-26" # arm64
64+
- "macos-26-intel"
6165
ruby:
6266
- "ruby-3.1"
6367
- "ruby-3.2"

0 commit comments

Comments
 (0)