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 2b58e3c commit e530c57Copy full SHA for e530c57
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
- x86_64-unknown-linux-gnu
12
- i686-unknown-linux-gnu
13
- aarch64-unknown-linux-gnu
14
- - x86_64-apple-darwin
+ - aarch64-apple-darwin
15
- x86_64-pc-windows-msvc
16
- wasm32-unknown-emscripten
17
include:
@@ -21,7 +21,7 @@ jobs:
21
os: ubuntu-latest
22
- target: aarch64-unknown-linux-gnu
23
24
- - target: x86_64-apple-darwin
+ - target: aarch64-apple-darwin
25
os: macos-latest
26
- target: x86_64-pc-windows-msvc
27
os: windows-latest
@@ -66,7 +66,7 @@ jobs:
66
- os: ubuntu-latest
67
target: x86_64-unknown-linux-gnu
68
- os: macos-latest
69
- target: x86_64-apple-darwin
+ target: aarch64-apple-darwin
70
- os: windows-latest
71
target: x86_64-pc-windows-msvc
72
steps:
0 commit comments