clang-12 doesn't work either.

This commit is contained in:
jzmaddock
2023-11-01 17:16:39 +00:00
parent 2f0185a709
commit 6510d00af4

View File

@@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ clang++-12, clang++-13, cland++-15 ]
compiler: [ 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
run: sudo apt install 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