Skip to content

Commit

Permalink
Change m1 build job to use more generic mac arm runner tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster authored Aug 17, 2023
1 parent d2c9b51 commit 5c34dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-m1-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
jobs:
build_wheels:
name: Build wheel on Mac M1
runs-on: [m1]
runs-on: [MacOS, ARM64]
strategy:
fail-fast: false

Expand Down

0 comments on commit 5c34dd4

Please sign in to comment.