From 2e72bb9b51714961702c730d44fd1f71e28816a6 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 20 Dec 2024 08:11:33 -0800 Subject: [PATCH] Test x86_64-apple-darwin on newer CI machines 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. --- ci/build-test-matrix.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/build-test-matrix.js b/ci/build-test-matrix.js index 954be57728ee..ec9953058deb 100644 --- a/ci/build-test-matrix.js +++ b/ci/build-test-matrix.js @@ -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,