From 58fdd55a8026f9526e75c41aca082aba62c50362 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 20 May 2022 23:35:42 +0200 Subject: [PATCH] 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. --- ci.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/ci.sh b/ci.sh index a86c5ca490a..c19aceb641e 100755 --- a/ci.sh +++ b/ci.sh @@ -55,7 +55,6 @@ case $HOST_TARGET in ;; i686-pc-windows-msvc) MIRI_TEST_TARGET=x86_64-unknown-linux-gnu run_tests - MIRI_TEST_TARGET=x86_64-apple-darwin run_tests ;; *) echo "FATAL: unknown OS"