Skip to content

Commit 9fa8b80

Browse files
authored
Merge pull request #43 from ethz-asl/feature/gcc-14
Add GCC 14 support
2 parents b4d9234 + 53b009e commit 9fa8b80

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/cpp_ubuntu20_04.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
gcc: [ '8', '9', '10', '11', '12', '13' ]
19+
gcc: [ '8', '9', '10', '11', '12', '13', '14']
2020
cxx: [ '11', '14', '17', '20', '23' ]
2121
ubuntu: [ '20.04', '22.04', '24.04']
2222
exclude:
@@ -47,6 +47,11 @@ jobs:
4747
# Exclude all combinations of CXX 23 with Ubuntu 20.04
4848
- ubuntu: '20.04'
4949
cxx: '23'
50+
# Exclude all combinations of GCC 14 with Ubuntu 20.04 and 22.04
51+
- ubuntu: '20.04'
52+
gcc: '14'
53+
- ubuntu: '22.04'
54+
gcc: '14'
5055
container:
5156
image: omavteam/ubuntu-omav-ros:ros-ros-base-${{ matrix.ubuntu }}
5257
credentials:

0 commit comments

Comments
 (0)