Skip to content

Commit 7efa490

Browse files
authored
CI: Remove unsupported Ubuntu 20.04 runs (#1391)
1 parent b43cae6 commit 7efa490

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/regression-tests.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
cxx_std: [c++2b]
2626
stdlib: [libstdc++]
2727
include:
28-
- os: ubuntu-20.04
29-
shortosname: ubu-20
30-
compiler: g++-10
31-
cxx_std: c++20
32-
stdlib: libstdc++
3328
- os: ubuntu-24.04
3429
shortosname: ubu-24
3530
compiler: clang++-18
@@ -50,11 +45,6 @@ jobs:
5045
compiler: clang++-15
5146
cxx_std: c++20
5247
stdlib: libc++-15-dev
53-
- os: ubuntu-20.04
54-
shortosname: ubu-20
55-
compiler: clang++-12
56-
cxx_std: c++20
57-
stdlib: libstdc++
5848
- os: macos-14
5949
shortosname: mac-14
6050
compiler: clang++

0 commit comments

Comments
 (0)