Skip to content

Commit

Permalink
ci: disable darwin-arm64
Browse files Browse the repository at this point in the history
darwin-arm64 runners must be self hosted
github/roadmap#528
rust-lang/rust#73908
  • Loading branch information
astahmer committed Jun 20, 2023
1 parent 3ec2433 commit c8a69b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
- os: ubuntu-latest
target: alpine-x64
npm_config_arch: x64
- os: macos-latest
target: darwin-arm64
npm_config_arch: x64
# - os: macos-latest
# target: darwin-arm64
# npm_config_arch: x64
- os: macos-latest
target: darwin-arm64
npm_config_arch: arm64
Expand Down

0 comments on commit c8a69b0

Please sign in to comment.