diff --git a/.github/workflows/bindings_ci.yml b/.github/workflows/bindings_ci.yml index 9fa0bc84e..04268861f 100644 --- a/.github/workflows/bindings_ci.yml +++ b/.github/workflows/bindings_ci.yml @@ -131,7 +131,7 @@ jobs: test-apple: name: matrix-rust-components-swift needs: xtask - runs-on: macos-12 + runs-on: macos-14 if: github.event_name == 'push' || !github.event.pull_request.draft steps: @@ -186,7 +186,7 @@ jobs: test-crypto-apple-framework-generation: name: Generate Crypto FFI Apple XCFramework - runs-on: macos-12 + runs-on: macos-14 if: github.event_name == 'push' || !github.event.pull_request.draft steps: diff --git a/.github/workflows/xtask.yml b/.github/workflows/xtask.yml index a5398d580..6f369b4cc 100644 --- a/.github/workflows/xtask.yml +++ b/.github/workflows/xtask.yml @@ -35,7 +35,7 @@ jobs: os-name: 🐧 cachekey-id: linux - - os: macos-12 + - os: macos-14 os-name: 🍏 cachekey-id: macos