Skip to content

Commit

Permalink
Disable testing 32-bit target in CI for now
Browse files Browse the repository at this point in the history
Still some work to do to get that fixed
  • Loading branch information
squeek502 committed Jun 24, 2024
1 parent 3dbf6cf commit f33ecec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f33ecec

Please sign in to comment.