remove i386 windows from daily CI (#4150)

This was failing *forever* (yes, literally).
As discussed on Discord, i386 Windows is EOL,
there's no reason to run it.
This commit is contained in:
Miran 2022-09-19 23:33:19 +02:00 committed by GitHub
parent f9a2860a61
commit 77d28f43f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -19,8 +19,6 @@ jobs:
cpu: amd64
- os: windows
cpu: amd64
- os: windows
cpu: i386
branch: [version-1-2, version-1-6, devel]
include:
- target:
@ -73,18 +71,6 @@ jobs:
chmod 755 external/bin/gcc external/bin/g++
echo "${{ github.workspace }}/external/bin" >> $GITHUB_PATH
- name: MSYS2 (Windows i386)
if: runner.os == 'Windows' && matrix.target.cpu == 'i386'
uses: msys2/setup-msys2@v2
with:
path-type: inherit
msystem: MINGW32
install: >-
base-devel
git
mingw-w64-i686-toolchain
mingw-w64-i686-cmake
- name: MSYS2 (Windows amd64)
if: runner.os == 'Windows' && matrix.target.cpu == 'amd64'
uses: msys2/setup-msys2@v2