Skip to content

Commit a2e8788

Browse files
committed
Remove CXX23 on ubuntu20.04 as cmake is to old
1 parent 603ce3c commit a2e8788

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cpp_ubuntu20_04.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
cxx: '23'
4444
- gcc: '10'
4545
cxx: '23'
46+
# Exclude all combinations of CXX 23 with Ubuntu 20.04
47+
- ubuntu: '20.04'
48+
cxx: '23'
4649
container:
4750
image: omavteam/ubuntu-omav-ros:ros-ros-base-${{ matrix.ubuntu }}
4851
credentials:

0 commit comments

Comments
 (0)