From b38807192b875b433a8adc1216f31cc52713c8cc Mon Sep 17 00:00:00 2001 From: panickal-xmos Date: Thu, 18 Jul 2024 12:00:48 +0100 Subject: [PATCH] Update macos arm tag for github actions --- .github/workflows/release-beta.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 1ae3ca09f..bc01ad9fd 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -112,7 +112,7 @@ jobs: if: github.event.pull_request.merged == true name: Build release wheels for macOS arm64 needs: [build-release-archive] - runs-on: macos-11 + runs-on: macos-14 strategy: matrix: python-version: [3.9] diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c62e9ad0e..0adebdd57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: macos-arm-release-wheel: name: Build release wheels for macOS arm64 needs: [build-release-archive] - runs-on: macos-11 + runs-on: macos-14 strategy: matrix: python-version: [3.9]