We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73329ce commit 0eafa22Copy full SHA for 0eafa22
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
os: [ubuntu-20.04, macos-13, windows-2019]
14
- gcc: ['7-2017-q4', 'latest']
+ gcc: ['6-2016-q4', 'latest'] # Min version 6.2 as used in pext/yotta:latest docker image
15
cmake: ['3.6.0', ''] # Empty string installs the latest CMake release
16
fail-fast: false
17
runs-on: ${{ matrix.os }}
0 commit comments