Skip to content

Commit

Permalink
Use new mac ARM runners
Browse files Browse the repository at this point in the history
  • Loading branch information
reese authored Dec 20, 2023
1 parent cd9cc37 commit 7f8e370
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
target: native
- os: ubuntu-20.04
target: native
- os: macos-latest
- os: macos-latest-xlarge
target: native
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
include:
- os: ubuntu-20.04
target: native
- os: macos-latest
- os: macos-latest-xlarge
target: native
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
include:
- os: ubuntu-20.04
target: native
- os: macos-latest
- os: macos-latest-xlarge
target: native
- os: ubuntu-20.04
target: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit 7f8e370

Please sign in to comment.