From 379a3c91f8352491f20246183adcc792d35173e9 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Tue, 26 Sep 2023 19:31:01 +0200 Subject: [PATCH] ci: gcc-13 installation added to ci-test-package-cmake --- .github/workflows/ci-test-package-cmake.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-test-package-cmake.yml b/.github/workflows/ci-test-package-cmake.yml index ace03c76..0e01e615 100644 --- a/.github/workflows/ci-test-package-cmake.yml +++ b/.github/workflows/ci-test-package-cmake.yml @@ -153,12 +153,11 @@ jobs: build-${{ matrix.config.os }}-${{ matrix.build_type }}-${{ matrix.config.compiler.type }}- build-${{ matrix.config.os }}-${{ matrix.build_type }}- build-${{ matrix.config.os }}- - - name: Install gcc-11 - if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '11' + - name: Install gcc-13 + if: matrix.config.compiler.type == 'GCC' && matrix.config.compiler.version == '13' shell: bash run: | sudo apt install -y g++-${{ matrix.config.compiler.version }} - sudo apt install -y clang-tools-${{ matrix.config.compiler.version }} - name: Install Clang if: matrix.config.compiler.type == 'CLANG' shell: bash