Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit db12522

Browse files
committed
Remove darwin toolchain in CI
1 parent 5f301d5 commit db12522

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.github/workflows/autofix.yml

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
run: |
2727
rustup set profile minimal
2828
rustup toolchain install nightly
29-
# aarch64-apple-darwin is needed for issue-84020 and issue-84984
30-
rustup target add --toolchain nightly aarch64-apple-darwin
3129
3230
- run: cargo run -p autofix
3331
env:

.github/workflows/main.yml

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
run: |
1414
rustup set profile minimal
1515
rustup toolchain install nightly
16-
# aarch64-apple-darwin is needed for issue-84020 and issue-84984
17-
rustup target add --toolchain nightly aarch64-apple-darwin
1816
1917
- name: cargo run glacier
2018
run: cargo run

fixed/84020.sh

100644100755
File mode changed.

ices/87813.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)