From a2dc1d32c4e6e6b0463aada0094dde3fd52d1fc6 Mon Sep 17 00:00:00 2001 From: Vilius Sutkus '89 Date: Mon, 2 Sep 2024 22:51:35 +0300 Subject: [PATCH] Skip gcc-14-debug --- .github/workflows/build_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index b5f6ba1f..21633cff 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -19,7 +19,7 @@ jobs: matrix: include: - { os: ubuntu-24.04, compiler: clang-18 } - - { os: ubuntu-24.04, compiler: gcc-14 } +# - { os: ubuntu-24.04, compiler: gcc-14 } # - { os: macos-13, compiler: clang-14 } # - { os: macos-14, compiler: armv8-clang-14 } # - { os: windows-2022, compiler: msvc-1940 } @@ -164,7 +164,7 @@ jobs: matrix: include: - { os: ubuntu-24.04, compiler: clang-18 } - - { os: ubuntu-24.04, compiler: gcc-14 } +# - { os: ubuntu-24.04, compiler: gcc-14 } # - { os: macos-13, compiler: clang-14 } # - { os: macos-14, compiler: armv8-clang-14 } # Windows test disabled because: