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 aee647c commit e9de70aCopy full SHA for e9de70a
1 file changed
.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
14
- os: ubuntu-latest
15
target: x86_64-unknown-linux-gnu
16
- os: macos-latest
17
- target: x86_64-apple-darwin
+ target: aarch64-apple-darwin
18
- os: windows-latest
19
target: x86_64-pc-windows-msvc
20
steps:
@@ -110,7 +110,7 @@ jobs:
110
111
112
113
114
115
116
@@ -199,7 +199,7 @@ jobs:
199
200
201
202
203
204
- uses: actions/checkout@main
205
- uses: dtolnay/rust-toolchain@stable
0 commit comments