From b34c57ba3f16fc6f74cf2740f5248ee8f03d6be2 Mon Sep 17 00:00:00 2001 From: Sam <16504129+sagudev@users.noreply.github.com> Date: Fri, 7 Nov 2025 18:31:33 +0100 Subject: [PATCH] CI: use macos-15-intel instead of macos-13 to avoid burnouts Signed-off-by: Sam <16504129+sagudev@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cff01764c53..f30d34d727e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: features: ["debugmozjs", '""'] platform: - { target: aarch64-apple-darwin, os: macos-14 } - - { target: x86_64-apple-darwin, os: macos-13 } + - { target: x86_64-apple-darwin, os: macos-15-intel } runs-on: ${{ matrix.platform.os }} env: RUSTC_WRAPPER: sccache