From cb6e84343f182bec0ef37140f426ba11bf91fd1a Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 4 Dec 2024 16:44:34 +0100 Subject: [PATCH] Change macOS CI runner to `macos-13` macos-12 is deprecated --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pip-release.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11cff2cc9..6a1461560 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -456,9 +456,9 @@ jobs: target: aarch64-unknown-linux-musl - runner: ubuntu-20.04 target: armv7-unknown-linux-musleabihf - - runner: macos-12 + - runner: macos-13 target: aarch64-apple-darwin - - runner: macos-12 + - runner: macos-13 target: x86_64-apple-darwin fail-fast: false steps: diff --git a/.github/workflows/pip-release.yml b/.github/workflows/pip-release.yml index 35208e36f..17119cc88 100644 --- a/.github/workflows/pip-release.yml +++ b/.github/workflows/pip-release.yml @@ -181,9 +181,9 @@ jobs: strategy: matrix: platform: - - runner: macos-12 + - runner: macos-13 target: x86_64 - - runner: macos-12 + - runner: macos-13 target: aarch64 repository: - path: apis/python/node diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 580e2f55b..064146f48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,9 +114,9 @@ jobs: target: aarch64-unknown-linux-musl - runner: ubuntu-20.04 target: armv7-unknown-linux-musleabihf - - runner: macos-12 + - runner: macos-13 target: aarch64-apple-darwin - - runner: macos-12 + - runner: macos-13 target: x86_64-apple-darwin fail-fast: false steps: