summaryrefslogtreecommitdiff
path: root/.github/workflows/libcxx-build-and-test.yaml
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2024-07-04 17:23:31 +0200
committerGitHub <noreply@github.com>2024-07-04 17:23:31 +0200
commit655651a023654a01bba317c0f2561542bb75bcec (patch)
tree14b62245c0bab1b5933147bcf01687f3bc10fe62 /.github/workflows/libcxx-build-and-test.yaml
parentf15266e9d5d87a291a515064f8f0dd5f0c412ed3 (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.yaml8
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'