Skip to content

Commit c8f7c45

Browse files
committed
Start testing on Mac 26
1 parent 4bfbcd2 commit c8f7c45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696
- platform: Ubuntu 22.04 x64
9797
os: "ubuntu-22.04"
9898
test-script: "./unix.sh linux x64"
99+
- platform: MacOS 26 (ARM64)
100+
os: "macos-26"
101+
test-script: "./unix.sh darwin arm64"
99102
- platform: MacOS 15 (ARM64)
100103
os: "macos-15"
101104
test-script: "./unix.sh darwin arm64"

0 commit comments

Comments
 (0)