From 37c52cc32155fb910de246f428289c6258bc9143 Mon Sep 17 00:00:00 2001 From: Carlos Pereira Atencio Date: Fri, 8 Sep 2023 15:34:16 +0100 Subject: [PATCH] DO NOT MERGE: Tmp commit to build with more compilers in CI to detect issues. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 53b94f1e..6d3d202a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, macos-11, windows-2019] - gcc: ['7-2017-q4', 'latest'] + gcc: ['7-2017-q4', '7-2018-q2', '8-2018-q4', '8-2019-q3', '9-2019-q4', '9-2020-q2', '10-2020-q4', '11.2-2022.02', 'latest'] cmake: ['3.6.0', ''] # Empty string installs the latest CMake release fail-fast: false runs-on: ${{ matrix.os }}