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 b32aa87 commit af96446Copy full SHA for af96446
.github/workflows/libcxx-build-and-test.yaml
@@ -92,12 +92,12 @@ jobs:
92
- config: 'generic-gcc-cxx11'
93
cc: 'gcc-15'
94
cxx: 'g++-15'
95
+ - config: 'generic-cxx26'
96
+ cc: 'clang-21'
97
+ cxx: 'clang++-21'
98
- config: 'generic-cxx26'
99
cc: 'clang-20'
100
cxx: 'clang++-20'
- - config: 'generic-cxx26'
- cc: 'clang-19'
- cxx: 'clang++-19'
101
steps:
102
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103
- name: ${{ matrix.config }}
0 commit comments