From 9f41c894b5deb3fb8810df4bad13ae6ef733004d Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Fri, 8 Sep 2023 15:54:22 -0700 Subject: [PATCH] Add CI tests with gcc-13 --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6e21d01..ef8b7bf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,7 @@ jobs: - gcc-10 - gcc-11 - gcc-12 + - gcc-13 - llvm-5 - llvm-6 - llvm-7 @@ -57,6 +58,8 @@ jobs: # Newer GCC versions are not available on all Ubuntu - os: ubuntu-20.04 compiler: gcc-12 + - os: ubuntu-20.04 + compiler: gcc-13 - os: ubuntu-20.04 compiler: llvm-13