From 55cac84f5e81865d7d562e3ee0dfc511356bb78d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 26 Jan 2024 09:19:31 -0800 Subject: [PATCH] ci: temporarily disable windows builds while Zig regression is fixed --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3c0579cbc..41c944a73 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,8 +10,10 @@ jobs: target: [ aarch64-linux, x86_64-linux, - x86-windows-gnu, - x86_64-windows-gnu, + # Temporarily disabled since Zig 0.12.0-dev.2341+92211135f + # has a regression preventing windows builds. + # x86-windows-gnu, + # x86_64-windows-gnu, # We don't support cross-compiling to macOS because the macOS build # requires xcode due to the swift harness. #aarch64-macos,