Skip to content

Commit

Permalink
Can't use clang 13 & 14 on focal.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Nov 1, 2023
1 parent 4186103 commit 68b79c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [ clang++-11, clang++-12, clang++-13, clang++-14 ]
compiler: [ clang++-11, clang++-12 ]
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -166,7 +166,7 @@ jobs:
- name: Add repository
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
- name: Install packages
run: sudo apt install clang-11 clang-12 clang-13 clang-14
run: sudo apt install clang-11 clang-12
- name: Checkout main boost
run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root
- name: Update Dependencies
Expand Down

0 comments on commit 68b79c8

Please sign in to comment.