diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41c944a73..3c0579cbc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,8 @@ jobs: target: [ aarch64-linux, x86_64-linux, - # Temporarily disabled since Zig 0.12.0-dev.2341+92211135f - # has a regression preventing windows builds. - # x86-windows-gnu, - # x86_64-windows-gnu, + 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, diff --git a/flake.lock b/flake.lock index 1d2535dbd..6140f43da 100644 --- a/flake.lock +++ b/flake.lock @@ -194,11 +194,11 @@ ] }, "locked": { - "lastModified": 1706288111, - "narHash": "sha256-CvSS/BMm86Uzjeb8pEkWa3qnuzMiPPmT8hf5lDOP6TE=", + "lastModified": 1707082944, + "narHash": "sha256-d0zLwOopbuERXubAjOPsrOnYjVZo6GA6PwcyDiB7OOc=", "owner": "mitchellh", "repo": "zig-overlay", - "rev": "7f5d4cbecf3aa75ac8afaef8a20723b3a57f7d20", + "rev": "2b0f8c01fb26d1e590c6413385e4844609ecfd5c", "type": "github" }, "original": {