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 301e7e8 commit ca8c8e0Copy full SHA for ca8c8e0
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
toolchain: ["beta"]
23
- target: ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-apple-darwin"]
+ target: ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "aarch64-apple-darwin"]
24
dotnet: ["6.0", "7.0", "8.0"]
25
include:
26
- target: x86_64-unknown-linux-gnu
0 commit comments