From db353c1df895c3e6024753864a29cddca8ab8ba4 Mon Sep 17 00:00:00 2001 From: Bob Wall Date: Mon, 28 Oct 2024 09:49:37 -0600 Subject: [PATCH] Move of macos-12. (#186) Can't move everything to macos-14, because GitHub only has ARM-based runners for macos-14. --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b7e347c..049934c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,11 +41,11 @@ jobs: - os: ubuntu-22.04 target: wasm32-unknown-unknown features: --features wasm --no-default-features - - os: macos-12 + - os: macos-13 target: aarch64-apple-ios - - os: macos-12 + - os: macos-13 target: x86_64-apple-darwin # 64-bit OSX - - os: macos-12 + - os: macos-14 target: aarch64-apple-darwin # 64-bit M1 OSX - os: windows-2019 target: x86_64-pc-windows-msvc