From f33ecec96d7dcc9e91d53314eea300dae823e47b Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Mon, 24 Jun 2024 09:01:47 -0700 Subject: [PATCH] Disable testing 32-bit target in CI for now Still some work to do to get that fixed --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3196a68..073688f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,3 @@ jobs: - name: Test run: zig build test - - - name: Test 32-bit - # TODO: Re-enable Windows, see https://github.com/ziglang/zig/issues/20047 - if: ${{ matrix.os != 'macos-latest' && matrix.os != 'windows-latest' }} - run: zig build test -Dtarget=x86-native