Skip to content

Commit 97a41c5

Browse files
authored
CI: use macos-15-intel instead of macos-13 (#646)
to avoid burnouts Signed-off-by: Sam <[email protected]>
1 parent e6f40eb commit 97a41c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
features: ["debugmozjs", '""']
2929
platform:
3030
- { target: aarch64-apple-darwin, os: macos-14 }
31-
- { target: x86_64-apple-darwin, os: macos-13 }
31+
- { target: x86_64-apple-darwin, os: macos-15-intel }
3232
runs-on: ${{ matrix.platform.os }}
3333
env:
3434
RUSTC_WRAPPER: sccache

0 commit comments

Comments
 (0)