Skip to content

Commit e9de70a

Browse files
committed
(CI) Move from x86_64-apple-darwin to aarch64-apple-darwin
1 parent aee647c commit e9de70a

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
@@ -14,7 +14,7 @@ jobs:
1414
- os: ubuntu-latest
1515
target: x86_64-unknown-linux-gnu
1616
- os: macos-latest
17-
target: x86_64-apple-darwin
17+
target: aarch64-apple-darwin
1818
- os: windows-latest
1919
target: x86_64-pc-windows-msvc
2020
steps:
@@ -110,7 +110,7 @@ jobs:
110110
- os: ubuntu-latest
111111
target: x86_64-unknown-linux-gnu
112112
- os: macos-latest
113-
target: x86_64-apple-darwin
113+
target: aarch64-apple-darwin
114114
- os: windows-latest
115115
target: x86_64-pc-windows-msvc
116116
steps:
@@ -199,7 +199,7 @@ jobs:
199199
- os: ubuntu-latest
200200
target: x86_64-unknown-linux-gnu
201201
- os: macos-latest
202-
target: x86_64-apple-darwin
202+
target: aarch64-apple-darwin
203203
steps:
204204
- uses: actions/checkout@main
205205
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)