diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 014bdc9..83e5df4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -142,6 +142,11 @@ jobs: name: linux-armv7l build: zigbuild features: default + - platform: windows-latest + target: i686-pc-windows-msvc + name: windows-x86 + build: build + features: default - platform: windows-latest target: x86_64-pc-windows-msvc name: windows-x86_64 @@ -203,10 +208,6 @@ jobs: target: x86_64-pc-windows-msvc name: windows-x86_64 features: default - - platform: windows-latest - target: i686-pc-windows-msvc - name: windows-x86 - features: default - platform: macos-latest target: x86_64-apple-darwin name: macos-x86_64