From 4f0a90b64ade1d7593ffb527fa5c531622562848 Mon Sep 17 00:00:00 2001 From: Bob Wall Date: Thu, 24 Oct 2024 15:57:57 -0600 Subject: [PATCH] Move of macos-12. 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