diff options
| author | Nikolas Klauser <nikolasklauser@berlin.de> | 2024-07-04 17:23:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-04 17:23:31 +0200 |
| commit | 655651a023654a01bba317c0f2561542bb75bcec (patch) | |
| tree | 14b62245c0bab1b5933147bcf01687f3bc10fe62 /.github/workflows/libcxx-build-and-test.yaml | |
| parent | f15266e9d5d87a291a515064f8f0dd5f0c412ed3 (diff) | |
[libc++] Upgrade to GCC 14 (#97205)
Diffstat (limited to '.github/workflows/libcxx-build-and-test.yaml')
| -rw-r--r-- | .github/workflows/libcxx-build-and-test.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/libcxx-build-and-test.yaml b/.github/workflows/libcxx-build-and-test.yaml index d7c21394ca48..1456f245cf7c 100644 --- a/.github/workflows/libcxx-build-and-test.yaml +++ b/.github/workflows/libcxx-build-and-test.yaml @@ -63,8 +63,8 @@ jobs: cxx: [ 'clang++-19' ] include: - config: 'generic-gcc' - cc: 'gcc-13' - cxx: 'g++-13' + cc: 'gcc-14' + cxx: 'g++-14' steps: - uses: actions/checkout@v4 - name: ${{ matrix.config }}.${{ matrix.cxx }} @@ -101,8 +101,8 @@ jobs: cxx: [ 'clang++-19' ] include: - config: 'generic-gcc-cxx11' - cc: 'gcc-13' - cxx: 'g++-13' + cc: 'gcc-14' + cxx: 'g++-14' - config: 'generic-cxx23' cc: 'clang-17' cxx: 'clang++-17' |
