From ff7e8c75ee320eec483d329f9f2baa9148e0bd48 Mon Sep 17 00:00:00 2001 From: Benjamin Bouvier Date: Mon, 7 Oct 2024 15:58:37 +0200 Subject: [PATCH] ci: try using macos-14 runners for swift-related tasks --- .github/workflows/bindings_ci.yml | 4 ++-- .github/workflows/xtask.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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