Skip to content

Commit 7183266

Browse files
committed
[infra] add gcc13 to CI
1 parent 24c3e05 commit 7183266

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

+7
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ jobs:
6161
build_type: Debug
6262
cxx_flags: "-fsanitize=address,undefined"
6363

64+
- name: "Unit gcc13 Debug"
65+
cxx: "g++-13"
66+
cc: "gcc-13"
67+
pkg: "gcc-13 g++-13"
68+
build: unit
69+
build_type: Debug
70+
6471
- name: "Integration gcc12"
6572
cxx: "g++-12"
6673
cc: "gcc-12"

0 commit comments

Comments
 (0)