Skip to content

Commit

Permalink
Disable Windows 32-bit testing temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed May 31, 2024
1 parent 1af3704 commit 0550536
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
run: zig build test

- name: Test 32-bit
if: ${{ matrix.os != 'macos-latest' }}
# 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

- name: Test big endian (mips)
Expand Down

0 comments on commit 0550536

Please sign in to comment.