Skip to content

Commit

Permalink
remove i386 windows from daily CI (#4150)
Browse files Browse the repository at this point in the history
This was failing *forever* (yes, literally).
As discussed on Discord, i386 Windows is EOL,
there's no reason to run it.
  • Loading branch information
narimiran authored Sep 19, 2022
1 parent f9a2860 commit 77d28f4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 77d28f4

Please sign in to comment.