Skip to content

Commit 88c279b

Browse files
committed
[libc++][CI] Use GCC 12 labels.
1 parent 73ebb05 commit 88c279b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libcxx/utils/ci/buildkite-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ steps:
127127
limit: 2
128128
timeout_in_minutes: 120
129129

130-
- label: "GCC 11 / C++latest"
130+
- label: "GCC 12 / C++latest"
131131
command: "libcxx/utils/ci/run-buildbot generic-gcc"
132132
artifact_paths:
133133
- "**/test-results.xml"
@@ -189,7 +189,7 @@ steps:
189189
timeout_in_minutes: 120
190190

191191
# Tests with the supported compilers.
192-
- label: "GCC 11 / C++11"
192+
- label: "GCC 12 / C++11"
193193
command: "libcxx/utils/ci/run-buildbot generic-gcc-cxx11"
194194
artifact_paths:
195195
- "**/test-results.xml"

0 commit comments

Comments
 (0)