Skip to content

Commit

Permalink
Test x86_64-apple-darwin on newer CI machines
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexcrichton committed Dec 20, 2024
1 parent adcaed3 commit 2e72bb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/build-test-matrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,10 @@ const FULL_MATRIX = [
"isa": "x64"
},
{
"os": "macos-13",
"os": macos,
"name": "Test macOS x86_64",
"filter": "macos-x64",
"target": "x86_64-apple-darwin",
},
{
"os": macos,
Expand Down

0 comments on commit 2e72bb9

Please sign in to comment.