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 f190343 commit fabd84fCopy full SHA for fabd84f
.github/workflows/libcxx-build-and-test.yaml
@@ -63,8 +63,8 @@ jobs:
63
cxx: [ 'clang++-19' ]
64
include:
65
- config: 'generic-gcc'
66
- cc: 'gcc-13'
67
- cxx: 'g++-13'
+ cc: 'gcc-14'
+ cxx: 'g++-14'
68
steps:
69
- uses: actions/checkout@v4
70
- name: ${{ matrix.config }}.${{ matrix.cxx }}
@@ -101,8 +101,8 @@ jobs:
101
102
103
- config: 'generic-gcc-cxx11'
104
105
106
- config: 'generic-cxx23'
107
cc: 'clang-17'
108
cxx: 'clang++-17'
libcxx/trigger
0 commit comments