Skip to content

Commit

Permalink
Adjust Github CI since macos-latest is now AArch64
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Apr 28, 2024
1 parent adae598 commit 232df8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
channel: [1.74.0, nightly]
include:
- os: macos-latest
target: x86_64-apple-darwin
target: aarch64-apple-darwin
channel: nightly
- os: windows-latest
target: x86_64-pc-windows-msvc
channel: nightly
- os: macos-latest
target: x86_64-apple-darwin
target: aarch64-apple-darwin
channel: 1.74.0
- os: windows-latest
target: x86_64-pc-windows-msvc
Expand Down
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
: "${TARGET?The TARGET environment variable must be set.}"

case "${TARGET}" in
x86_64-unknown-linux-gnu|x86_64-apple-darwin|x86_64-pc-windows-msvc)
x86_64-unknown-linux-gnu|x86_64-apple-darwin|aarch64-apple-darwin|x86_64-pc-windows-msvc)
CROSS=0
NO_STD=0
;;
Expand Down

0 comments on commit 232df8c

Please sign in to comment.