Skip to content

Commit 2dd813a

Browse files
committed
ci: disable darwin-arm64
darwin-arm64 runners must be self hosted github/roadmap#528 rust-lang/rust#73908
1 parent b12ca5b commit 2dd813a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/extension.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
- os: ubuntu-latest
4141
target: alpine-x64
4242
npm_config_arch: x64
43-
- os: macos-latest
44-
target: darwin-arm64
45-
npm_config_arch: x64
43+
# - os: macos-latest
44+
# target: darwin-arm64
45+
# npm_config_arch: x64
4646
- os: macos-latest
4747
target: darwin-arm64
4848
npm_config_arch: arm64

0 commit comments

Comments
 (0)