Skip to content

Commit 7467cdf

Browse files
authored
Update main.yml
1 parent dd05dcc commit 7467cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
-DLLVM_HOST_TRIPLE=aarch64-linux-gnu
4141
-DRUST_TARGET=aarch64-unknown-linux-gnu
4242
43-
- artifact: arm64-macos-15
43+
- artifact: arm64-macos
4444
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-15
50+
51+
- artifact: x86_64-macos
5252
os: macos-15
5353
rust_target: x86_64-apple-darwin
5454
env:

0 commit comments

Comments
 (0)