Skip to content

Commit

Permalink
Apparently arm64 is the default mac target now
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <[email protected]>
  • Loading branch information
Martmists-GH committed Jun 1, 2024
1 parent db8f614 commit 3cc8bc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
runs-on: 'macos-latest'
runs-on: 'macos-latest-large'
steps:
# Check out project
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
runs-on: 'macos-latest'
runs-on: 'macos-latest-large'
steps:
# Check out project
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3cc8bc2

Please sign in to comment.