Skip to content

Commit

Permalink
CI: Test non-RC versions of CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-carlos committed Oct 30, 2023
1 parent 95dba76 commit 46f658f
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 @@ -12,7 +12,7 @@ jobs:
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
gcc: ['7-2017-q4', 'latest']
cmake: ['3.6.0', ''] # Empty string installs the latest CMake release
cmake: ['3.6.0', '3.27.7'] # Empty string installs the latest CMake release
fail-fast: false
runs-on: ${{ matrix.os }}
name: ${{ matrix.os }}, gcc ${{ matrix.gcc }}, cmake ${{ matrix.cmake || 'latest'}}
Expand Down

0 comments on commit 46f658f

Please sign in to comment.