Skip to content

Commit e4ba7c7

Browse files
Andreas Buhrtzlaine
authored andcommitted
Remove g++9 github CI configuration
Because it runs on ubuntu 20.04 and github does not offer these runners anymore.
1 parent 9a138a2 commit e4ba7c7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ jobs:
1818
compiler_version: [g++-10, g++-11]
1919
cxx_std: [17, 20]
2020
os: [ubuntu-22.04]
21-
include:
22-
- compiler_version: g++-9
23-
cxx_std: 17
24-
os: ubuntu-20.04
2521

2622
runs-on: ${{ matrix.os }}
2723

0 commit comments

Comments
 (0)