Skip to content

Commit cdb0cf2

Browse files
committed
Attempt to get the build running on our m1 machine
1 parent 6d084f4 commit cdb0cf2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@ jobs:
2727
system:
2828
- os: macos-10.15
2929
target: x86_64-apple-darwin
30-
- os: macos-11
30+
- os: [self-hosted, macOS, ARM64]
3131
target: aarch64-apple-darwin
32-
# only needed in this case, where we're cross compiling until runners with m1 chips exist
33-
pre_gyp_platform: darwin
34-
pre_gyp_arch: arm64
3532
- os: ubuntu-20.04
3633
target: x86_64-unknown-linux-gnu
3734
- os: windows-2019

0 commit comments

Comments
 (0)