We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d084f4 commit cdb0cf2Copy full SHA for cdb0cf2
.github/workflows/publish.yaml
@@ -27,11 +27,8 @@ jobs:
27
system:
28
- os: macos-10.15
29
target: x86_64-apple-darwin
30
- - os: macos-11
+ - os: [self-hosted, macOS, ARM64]
31
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
35
- os: ubuntu-20.04
36
target: x86_64-unknown-linux-gnu
37
- os: windows-2019
0 commit comments