Skip to content

Commit 42eae85

Browse files
committed
[infra] add gcc13 tests, remove gcc10
1 parent bbef694 commit 42eae85

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci_linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ jobs:
2828
cc: "gcc-12"
2929
build_type: Release
3030

31+
- name: "gcc13"
32+
install: "g++-13"
33+
cxx: "g++-13"
34+
cc: "gcc-13"
35+
build_type: Release
36+
3137
- name: "gcc12"
3238
install: "g++-12"
3339
cxx: "g++-12"
@@ -40,12 +46,6 @@ jobs:
4046
cc: "gcc-11"
4147
build_type: Release
4248

43-
- name: "gcc10"
44-
install: "g++-10"
45-
cxx: "g++-10"
46-
cc: "gcc-10"
47-
build_type: Release
48-
4949
- name: "clang_format"
5050
install: "g++-11 clang-format-14"
5151
cxx: "g++-11"

.github/workflows/ci_macos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
include:
25-
- name: "gcc12"
26-
cxx: "g++-12"
27-
cc: "gcc-12"
25+
- name: "gcc13"
26+
cxx: "g++-13"
27+
cc: "gcc-13"
2828
build_type: Release
2929

30-
- name: "gcc10"
31-
cxx: "g++-10"
32-
cc: "gcc-10"
30+
- name: "gcc11"
31+
cxx: "g++-11"
32+
cc: "gcc-11"
3333
build_type: Release
3434

3535
steps:

0 commit comments

Comments
 (0)