Skip to content

Commit 4da801c

Browse files
authored
Test x86_64-apple-darwin on newer CI machines (bytecodealliance#9880)
This commit moves testing of x86_64-apple-darwin from `macos-13` macs to the `macos-14` image which is newer. The hope is that these newer images, being natively M1 machines, are faster to compile and less flaky. A number of CI builds recently have failed due to seeming CI issues with the older machines, so this'll hopefully keep the same amount of testing while improving robustness.
1 parent f6f447b commit 4da801c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/build-test-matrix.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@ const FULL_MATRIX = [
8181
"isa": "x64"
8282
},
8383
{
84-
"os": "macos-13",
84+
"os": macos,
8585
"name": "Test macOS x86_64",
8686
"filter": "macos-x64",
87+
"target": "x86_64-apple-darwin",
8788
},
8889
{
8990
"os": macos,

0 commit comments

Comments
 (0)