Disable the 32 bit windows build for now.

This commit is contained in:
Relintai 2023-06-25 10:59:23 +02:00
parent 8f5a9ededb
commit 28d035d509
1 changed files with 4 additions and 4 deletions

View File

@ -105,9 +105,9 @@ jobs:
- PLATFORM: 'windows-64'
PYTHON_ARCH: 'x64'
VS_ARCH: 'amd64'
- PLATFORM: 'windows-32'
PYTHON_ARCH: 'x86'
VS_ARCH: 'x86'
#- PLATFORM: 'windows-32'
# PYTHON_ARCH: 'x86'
# VS_ARCH: 'x86'
steps:
- name: 'Checkout'
uses: actions/checkout@f1d3225b5376a0791fdee5a0e8eac5289355e43a # pin@v2
@ -236,7 +236,7 @@ jobs:
include:
- PLATFORM: x11-64
- PLATFORM: windows-64
- PLATFORM: windows-32
#- PLATFORM: windows-32
- PLATFORM: osx-64
steps:
- uses: actions/download-artifact@0ede0875b5db9a2824878bbbbe3d758a75eb8268 # pin@v2