From 77d28f43f65222e334cc501f4175783a1375284b Mon Sep 17 00:00:00 2001 From: Miran Date: Mon, 19 Sep 2022 23:33:19 +0200 Subject: [PATCH] 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. --- .github/workflows/cron.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 48313cbb4c..e8de55f51e 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -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