Skip to content

Commit 0541531

Browse files
committed
Start testing on MacOS 15 intel runner
This is useful as MacOS 13 is being shut down in a month, which will leave us without any other x64 test env.
1 parent c8f7c45 commit 0541531

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
@@ -102,6 +102,9 @@ jobs:
102102
- platform: MacOS 15 (ARM64)
103103
os: "macos-15"
104104
test-script: "./unix.sh darwin arm64"
105+
- platform: MacOS 15 (x64)
106+
os: "macos-15-intel"
107+
test-script: "./unix.sh darwin x64"
105108
- platform: MacOS 14 (ARM64)
106109
os: "macos-14"
107110
test-script: "./unix.sh darwin arm64"

0 commit comments

Comments
 (0)