Skip to content

Commit dd05dcc

Browse files
committed
Update MacOS Github runners in ci to MacOS 15
1 parent e6a8337 commit dd05dcc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
-DLLVM_HOST_TRIPLE=aarch64-linux-gnu
4141
-DRUST_TARGET=aarch64-unknown-linux-gnu
4242
43-
- artifact: arm64-macos
44-
os: macos-14
43+
- artifact: arm64-macos-15
44+
os: macos-15
4545
rust_target: aarch64-apple-darwin
4646
env:
4747
WASI_SDK_CI_TOOLCHAIN_LLVM_CMAKE_ARGS: >-
4848
-DCMAKE_OSX_DEPLOYMENT_TARGET=10.12
4949
-DCMAKE_OSX_ARCHITECTURES=arm64
50-
51-
- artifact: x86_64-macos
52-
os: macos-14
50+
51+
- artifact: x86_64-macos-15
52+
os: macos-15
5353
rust_target: x86_64-apple-darwin
5454
env:
5555
WASI_SDK_CI_SKIP_SYSROOT: 1

0 commit comments

Comments
 (0)