CI: Remove Windows 32 bit

This commit is contained in:
Jonas Kvinge 2024-05-11 23:23:48 +02:00
parent e28d362aad
commit 315cf63118
1 changed files with 3 additions and 3 deletions

View File

@ -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}}
@ -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