diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 868d8893b4588..baaa6eb3b6b70 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -166,25 +166,6 @@ jobs: ccache_limit: 4G ccache_key: linux-gcc-11-asan - - compiler: g++ - os: ubuntu-latest - cmake: 0 - native: - pch: 1 - tiles: 1 - sound: 1 - localize: 1 - libbacktrace: 1 - title: GCC 12, Ubuntu cross-compile to MinGW-Win64, Tiles, Sound - ldflags: -static-libgcc -static-libstdc++ - mxe_target: x86_64-w64-mingw32.static.gcc12 - wine: wine - # ~285MB in a clean build - # ~36MB compressed - # observed usage: 3.0GB -> 350MB - ccache_limit: 2G - ccache_key: mingw-gcc-12 - - compiler: g++-9 os: ubuntu-latest cmake: 1