Skip to content

Commit

Permalink
Remove GCC9 from github build action, bad c++20 support
Browse files Browse the repository at this point in the history
  • Loading branch information
a-n-t-h-o-n-y committed Jan 24, 2024
1 parent 87ce0eb commit 2d26cf9
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,6 @@ jobs:
run: |
mkdir build && cd build
cmake .. && make termcaps
build-ubuntu22-gcc9:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- env:
CC: gcc-9
CXX: g++-9
run: |
mkdir build && cd build
cmake .. && make termcaps
# Ubuntu-22 Clang
build-ubuntu22-clang14:
Expand Down Expand Up @@ -94,18 +82,6 @@ jobs:
run: |
mkdir build && cd build
cmake .. && make termcaps
build-ubuntu20-gcc9:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- env:
CC: gcc-9
CXX: g++-9
run: |
mkdir build && cd build
cmake .. && make termcaps
# Ubuntu-20 Clang
build-ubuntu20-clang12:
Expand Down

0 comments on commit 2d26cf9

Please sign in to comment.