Skip to content

Commit

Permalink
CI : remove Ubuntu 20.04
Browse files Browse the repository at this point in the history
No GCC12 available on Ubuntu 20.04.
  • Loading branch information
aurelienpierre committed Nov 18, 2023
1 parent 3f39d0e commit 83dda53
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,6 @@ jobs:
compiler: { compiler: LLVM14, CC: clang-14, CXX: clang++-14, packages: clang-14 libomp-14-dev libclang-common-14-dev llvm-14-dev clang++-14 libc++-14-dev libc++1-14 libc++abi1-14 lld-14}
target: nofeatures
generator: Ninja
# Ubuntu 20.04 GCC 12
- os: { label: ubuntu-20.04, code: focal }
btype: Debug
compiler: { compiler: GNU12, CC: gcc-12, CXX: g++-12, packages: gcc-12 g++-12 }
target: nofeatures
generator: Ninja
# Ubuntu 20.04 Clang 10
- os: { label: ubuntu-20.04, code: focal }
btype: Debug
compiler: { compiler: LLVM10, CC: clang-10, CXX: clang++-10, packages: clang-10 libomp-10-dev libclang-common-10-dev llvm-10-dev clang++-10 libc++-10-dev lld-10}
target: nofeatures_nosse
generator: Ninja
env:
CC: ${{ matrix.compiler.CC }}
CXX: ${{ matrix.compiler.CXX }}
Expand Down

0 comments on commit 83dda53

Please sign in to comment.