Skip to content

Commit

Permalink
CI: Remove Windows 32 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaski committed May 11, 2024
1 parent e28d362 commit 315cf63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ 'i686', 'x86_64' ]
arch: [ 'x86_64' ]
buildtype: [ 'debug', 'release' ]
container:
image: jonaski/strawberry-mxe-${{matrix.arch}}-${{matrix.buildtype}}
Expand Down Expand Up @@ -1156,8 +1156,8 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ 'x86', 'x86_64' ]
buildtype: [ 'debug', 'release' ]
arch: [ 'x86_64' ]
buildtype: [ 'release' ]
steps:

- name: Set prefix path
Expand Down

0 comments on commit 315cf63

Please sign in to comment.