Skip to content

Commit

Permalink
Update macos arm tag for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
panickal-xmos committed Jul 18, 2024
1 parent 95007ff commit b388071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b388071

Please sign in to comment.