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