Skip to content

Commit

Permalink
CI: Always build with Arm GCC v7 and latest release.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Jan 14, 2022
1 parent 485e6d6 commit be96e10
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 @@ -10,7 +10,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 be96e10

Please sign in to comment.