From de05f38b597d17a1edf933a4709bc2fad475596f Mon Sep 17 00:00:00 2001 From: Binrui Dong Date: Fri, 1 Oct 2021 20:33:07 +0800 Subject: [PATCH] Reorder matrix --- .github/workflows/matrix.yml | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index e30ef65a7dd12..e703c7ad6a2f0 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -56,7 +56,6 @@ jobs: varied_builds: needs: skip-duplicates strategy: - max-parallel: 1 matrix: release: [0] cmake: [0] @@ -66,6 +65,17 @@ jobs: native: [linux64] include: + - compiler: g++ + os: ubuntu-latest + native: + tiles: 1 + sound: 1 + test-stage: 1 + title: GCC 11, Ubuntu cross-compile to MinGW-Win64, Tiles, Sound + ldflags: -static-libgcc -static-libstdc++ + mxe_target: i686-w64-mingw32.static.gcc11 + wine: wine + - compiler: clang++-12 os: ubuntu-latest sanitize: address @@ -86,17 +96,6 @@ jobs: sound: 1 title: Clang 12, macOS 10.15, Tiles, Sound, UBSan - - compiler: g++ - os: ubuntu-latest - native: - tiles: 1 - sound: 1 - test-stage: 1 - title: GCC 11, Ubuntu cross-compile to MinGW-Win64, Tiles, Sound - ldflags: -static-libgcc -static-libstdc++ - mxe_target: i686-w64-mingw32.static.gcc11 - wine: wine - - compiler: clang++-6.0 os: ubuntu-18.04 tiles: 0