From b74c0bf6e8deeaefadea11383600dab89ed0b184 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 26 Sep 2023 19:17:04 +0200 Subject: [PATCH] ci: gcc-13 added to ci-test-package-cmake GHAction --- .github/workflows/ci-test-package-cmake.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index a024c32d5..ace03c763 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -76,6 +76,18 @@ jobs: std: 20, }, } + - { + name: "Ubuntu GCC-13", + os: ubuntu-22.04, + compiler: + { + type: GCC, + version: 13, + cc: "gcc-13", + cxx: "g++-13", + std: 20, + }, + } - { name: "Ubuntu Clang-16 + libc++", os: ubuntu-22.04,