CI: Remove Windows 32 bit
This commit is contained in:
parent
e28d362aad
commit
315cf63118
|
@ -985,7 +985,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
arch: [ 'i686', 'x86_64' ]
|
arch: [ 'x86_64' ]
|
||||||
buildtype: [ 'debug', 'release' ]
|
buildtype: [ 'debug', 'release' ]
|
||||||
container:
|
container:
|
||||||
image: jonaski/strawberry-mxe-${{matrix.arch}}-${{matrix.buildtype}}
|
image: jonaski/strawberry-mxe-${{matrix.arch}}-${{matrix.buildtype}}
|
||||||
|
@ -1156,8 +1156,8 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
arch: [ 'x86', 'x86_64' ]
|
arch: [ 'x86_64' ]
|
||||||
buildtype: [ 'debug', 'release' ]
|
buildtype: [ 'release' ]
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set prefix path
|
- name: Set prefix path
|
||||||
|
|
Loading…
Reference in New Issue