We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7084fc6 commit cb5074fCopy full SHA for cb5074f
1 file changed
.github/workflows/cmake_gcc.yml
@@ -14,7 +14,7 @@ jobs:
14
build_with_gcc:
15
strategy:
16
matrix:
17
- gcc_version: [10, 11, 12, 13]
+ gcc_version: [11, 12, 13, 14]
18
# The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
19
# You can convert this to a matrix build if you need cross-platform coverage.
20
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
0 commit comments