Skip to content

Commit

Permalink
Merge pull request lancaster-university#42 from carlosperate/gcc-latest
Browse files Browse the repository at this point in the history
CI: Always build with Arm GCC v7 and latest release.
  • Loading branch information
JohnVidler authored Jan 17, 2022
2 parents 671bf95 + be96e10 commit 7999ccc
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-18.04, macos-latest, windows-2016]
gcc: ['7-2017-q4', '10-2020-q4']
gcc: ['7-2017-q4', 'latest']
cmake: ['3.6.0', '3.21.3']
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7999ccc

Please sign in to comment.