From 1fb92b5075036428954cdf1871a23aac1e053faf Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Sun, 1 Sep 2024 03:29:04 +0300 Subject: [PATCH] Remove gcc-12 --- .../config/ubuntu-22.04-gcc-12/conan/profiles/default | 11 ----------- .github/workflows/build_test.yml | 2 -- 2 files changed, 13 deletions(-) delete mode 100644 .github/config/ubuntu-22.04-gcc-12/conan/profiles/default diff --git a/.github/config/ubuntu-22.04-gcc-12/conan/profiles/default b/.github/config/ubuntu-22.04-gcc-12/conan/profiles/default deleted file mode 100644 index efe73c3a..00000000 --- a/.github/config/ubuntu-22.04-gcc-12/conan/profiles/default +++ /dev/null @@ -1,11 +0,0 @@ -[settings] -arch=x86_64 -build_type=Release -compiler=gcc -compiler.version=12 -compiler.cppstd=20 -compiler.libcxx=libstdc++11 -os=Linux - -[conf] -tools.build:compiler_executables={'c': 'gcc-12', 'cpp': 'g++-12'} \ No newline at end of file diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index c47a9d31..671cfbbb 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -20,7 +20,6 @@ jobs: include: - { os: ubuntu-24.04, compiler: clang-18 } - { os: ubuntu-24.04, compiler: gcc-14 } - - { os: ubuntu-22.04, compiler: gcc-12 } - { os: macos-13, compiler: clang-14 } - { os: macos-14, compiler: armv8-clang-14 } - { os: windows-2022, compiler: msvc-1940 } @@ -173,7 +172,6 @@ jobs: include: - { os: ubuntu-24.04, compiler: clang-18 } - { os: ubuntu-24.04, compiler: gcc-14 } - - { os: ubuntu-22.04, compiler: gcc-12 } - { os: macos-13, compiler: clang-14 } - { os: macos-14, compiler: armv8-clang-14 } # Windows test disabled because: