From 7825b4550305884b572052e1eb2089ac1546faee Mon Sep 17 00:00:00 2001 From: mcbarton Date: Sun, 2 Feb 2025 12:31:17 +0000 Subject: [PATCH] Update MacOS Github runners in ci to MacOS 15 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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