diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1e3c4d..0dd2068 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -41,7 +41,7 @@ jobs: -DRUST_TARGET=aarch64-unknown-linux-gnu - artifact: arm64-macos - os: macos-14 + os: macos-15 rust_target: aarch64-apple-darwin env: WASI_SDK_CI_TOOLCHAIN_LLVM_CMAKE_ARGS: >- @@ -49,7 +49,7 @@ jobs: -DCMAKE_OSX_ARCHITECTURES=arm64 - artifact: x86_64-macos - os: macos-14 + os: macos-15 rust_target: x86_64-apple-darwin env: WASI_SDK_CI_SKIP_SYSROOT: 1