Skip to content

Commit

Permalink
Update CI to use clang 14
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLeeds committed Nov 6, 2023
1 parent 8aaf382 commit a5e2794
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 @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt-get install -y clang
sudo update-alternatives --remove-all cc
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang 10
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/clang 14
- name: configure-debug
if: matrix.build_type == 'debug'
run: |
Expand All @@ -45,4 +45,4 @@ jobs:
- name: test
run: |
cd build
ctest
ctest --output-on-failure

0 comments on commit a5e2794

Please sign in to comment.