From 5bf67e6ff8599a7eef8ccbe8f02945a4a4e9dfa0 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Sat, 18 May 2024 17:11:43 -0700 Subject: [PATCH] Temporarily turn off g++-13, as actions is not letting it install --- .github/workflows/ci.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e239aa6339..4680e3b99f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,14 +113,14 @@ jobs: cmake: 3.22.* os: ubuntu-22.04 - - cxx_compiler: g++-13 - c_compiler: gcc-13 - build_type: Release - cxxstd: 17 - arch: 64 - packages: 'g++-13-multilib gcc-13-multilib' - cmake: 3.22.* - os: ubuntu-22.04 + # - cxx_compiler: g++-13 + # c_compiler: gcc-13 + # build_type: Release + # cxxstd: 17 + # arch: 64 + # packages: 'g++-13-multilib gcc-13-multilib' + # cmake: 3.22.* + # os: ubuntu-22.04 # clang 6 and lower are not supported # in ubuntu 20.04 and higher