We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b43cae6 commit 7efa490Copy full SHA for 7efa490
.github/workflows/regression-tests.yml
@@ -25,11 +25,6 @@ jobs:
25
cxx_std: [c++2b]
26
stdlib: [libstdc++]
27
include:
28
- - os: ubuntu-20.04
29
- shortosname: ubu-20
30
- compiler: g++-10
31
- cxx_std: c++20
32
- stdlib: libstdc++
33
- os: ubuntu-24.04
34
shortosname: ubu-24
35
compiler: clang++-18
@@ -50,11 +45,6 @@ jobs:
50
45
compiler: clang++-15
51
46
cxx_std: c++20
52
47
stdlib: libc++-15-dev
53
54
55
- compiler: clang++-12
56
57
58
48
- os: macos-14
59
49
shortosname: mac-14
60
compiler: clang++
0 commit comments