Skip to content

Commit e530c57

Browse files
committed
(CI) Replace x86_64-apple-darwin with aarch64-apple-darwin
1 parent 2b58e3c commit e530c57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- x86_64-unknown-linux-gnu
1212
- i686-unknown-linux-gnu
1313
- aarch64-unknown-linux-gnu
14-
- x86_64-apple-darwin
14+
- aarch64-apple-darwin
1515
- x86_64-pc-windows-msvc
1616
- wasm32-unknown-emscripten
1717
include:
@@ -21,7 +21,7 @@ jobs:
2121
os: ubuntu-latest
2222
- target: aarch64-unknown-linux-gnu
2323
os: ubuntu-latest
24-
- target: x86_64-apple-darwin
24+
- target: aarch64-apple-darwin
2525
os: macos-latest
2626
- target: x86_64-pc-windows-msvc
2727
os: windows-latest
@@ -66,7 +66,7 @@ jobs:
6666
- os: ubuntu-latest
6767
target: x86_64-unknown-linux-gnu
6868
- os: macos-latest
69-
target: x86_64-apple-darwin
69+
target: aarch64-apple-darwin
7070
- os: windows-latest
7171
target: x86_64-pc-windows-msvc
7272
steps:

0 commit comments

Comments
 (0)