Skip to content

Commit 232df8c

Browse files
committed
Adjust Github CI since macos-latest is now AArch64
1 parent adae598 commit 232df8c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
channel: [1.74.0, nightly]
6161
include:
6262
- os: macos-latest
63-
target: x86_64-apple-darwin
63+
target: aarch64-apple-darwin
6464
channel: nightly
6565
- os: windows-latest
6666
target: x86_64-pc-windows-msvc
6767
channel: nightly
6868
- os: macos-latest
69-
target: x86_64-apple-darwin
69+
target: aarch64-apple-darwin
7070
channel: 1.74.0
7171
- os: windows-latest
7272
target: x86_64-pc-windows-msvc

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
: "${TARGET?The TARGET environment variable must be set.}"
66

77
case "${TARGET}" in
8-
x86_64-unknown-linux-gnu|x86_64-apple-darwin|x86_64-pc-windows-msvc)
8+
x86_64-unknown-linux-gnu|x86_64-apple-darwin|aarch64-apple-darwin|x86_64-pc-windows-msvc)
99
CROSS=0
1010
NO_STD=0
1111
;;

0 commit comments

Comments
 (0)