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

Commit 58fdd55

Browse files
committed
the Windows CI runner takes a lot longer than the others; let it do less work
x86_64-apple-darwin is also used as the host OS for the macOS runner, so no need to test it twice.
1 parent 3b73eb4 commit 58fdd55

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ci.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ case $HOST_TARGET in
5555
;;
5656
i686-pc-windows-msvc)
5757
MIRI_TEST_TARGET=x86_64-unknown-linux-gnu run_tests
58-
MIRI_TEST_TARGET=x86_64-apple-darwin run_tests
5958
;;
6059
*)
6160
echo "FATAL: unknown OS"

0 commit comments

Comments
 (0)