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 072a379 commit a86839fCopy full SHA for a86839f
.github/workflows/debug.yml
@@ -23,11 +23,6 @@ jobs:
23
os: macos-13,
24
cxx: "clang++"
25
}
26
- - {
27
- name: "macOS 13 GCC 12 [Debug]",
28
- os: macos-13,
29
- cxx: "g++-12"
30
- }
31
- {
32
name: "Ubuntu 24.04 Clang 16 [Debug]",
33
os: ubuntu-24.04,
.github/workflows/release.yml
@@ -30,12 +30,6 @@ jobs:
cxx-pkg: "clang-16",
cxx-cmd: "clang++-16"
34
- name: "Ubuntu 24.04 GCC 10 [Release]",
35
- os: ubuntu-24.04,
36
- cxx-pkg: "g++-10",
37
- cxx-cmd: "g++-10"
38
39
40
name: "Ubuntu 24.04 GCC 12 [Release]",
41
0 commit comments