Skip to content

Commit

Permalink
DO NOT MERGE: Tmp commit to build with more compilers in CI to detect…
Browse files Browse the repository at this point in the history
… issues.
  • Loading branch information
microbit-carlos committed Sep 8, 2023
1 parent 9da1d9d commit 37c52cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 37c52cc

Please sign in to comment.