Skip to content

Commit 52e21dc

Browse files
committed
temp: macOS runner issue workaround
1 parent c4d731b commit 52e21dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ jobs:
480480
- runs-on: macos-15-intel
481481
arch: x86_64-apple-darwin
482482
clang_url: https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.cache.level-3.toolchains.v3.macosx64-clang-20.latest/artifacts/public/build/clang.tar.zst
483-
- runs-on: warp-macos-latest-arm64-6x
483+
- runs-on: warp-macos-13-arm64-6x
484484
arch: aarch64-apple-darwin
485485
clang_url: https://firefox-ci-tc.services.mozilla.com/api/index/v1/task/gecko.cache.level-3.toolchains.v3.macosx64-aarch64-clang-20.latest/artifacts/public/build/clang.tar.zst
486486
needs:
@@ -601,7 +601,7 @@ jobs:
601601
if: ${{ inputs.TRIGGER_EVENT == 'workflow_dispatch' }}
602602
needs:
603603
- build-macos-multi-stage-3
604-
runs-on: warp-macos-latest-arm64-6x
604+
runs-on: warp-macos-13-arm64-6x
605605
env:
606606
ARCH-X64: x86_64-apple-darwin
607607
ARCH-ARM64: aarch64-apple-darwin

0 commit comments

Comments
 (0)