Skip to content

Commit ca8c8e0

Browse files
authored
Switch to arm version of ios in ci
1 parent 301e7e8 commit ca8c8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
toolchain: ["beta"]
23-
target: ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-apple-darwin"]
23+
target: ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "aarch64-apple-darwin"]
2424
dotnet: ["6.0", "7.0", "8.0"]
2525
include:
2626
- target: x86_64-unknown-linux-gnu

0 commit comments

Comments
 (0)