Skip to content

Commit a86839f

Browse files
committed
Remove macOS GCC 12 and Ubuntu GCC 10 runners
1 parent 072a379 commit a86839f

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

.github/workflows/debug.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ jobs:
2323
os: macos-13,
2424
cxx: "clang++"
2525
}
26-
- {
27-
name: "macOS 13 GCC 12 [Debug]",
28-
os: macos-13,
29-
cxx: "g++-12"
30-
}
3126
- {
3227
name: "Ubuntu 24.04 Clang 16 [Debug]",
3328
os: ubuntu-24.04,

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
cxx-pkg: "clang-16",
3131
cxx-cmd: "clang++-16"
3232
}
33-
- {
34-
name: "Ubuntu 24.04 GCC 10 [Release]",
35-
os: ubuntu-24.04,
36-
cxx-pkg: "g++-10",
37-
cxx-cmd: "g++-10"
38-
}
3933
- {
4034
name: "Ubuntu 24.04 GCC 12 [Release]",
4135
os: ubuntu-24.04,

0 commit comments

Comments
 (0)