From 2f0185a7091a12b7b198f7f5806085947349ea0a Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Wed, 1 Nov 2023 17:12:48 +0000 Subject: [PATCH] More clang version fixes. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f19e0ff5..614a6f76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: strategy: fail-fast: false matrix: - compiler: [ clang++-12, clang++-13, cland++-15, clang++-16, clang++-17 ] + compiler: [ clang++-12, clang++-13, cland++-15 ] steps: - uses: actions/checkout@v3 with: @@ -78,7 +78,7 @@ jobs: - name: Add repository run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test" - name: Install packages - run: sudo apt install clang-12 clang-13 clang-15 clang-16 clang-17 + run: sudo apt install clang-12 clang-13 clang-15 - name: Checkout main boost run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root - name: Update Dependencies