Skip to content

Commit

Permalink
Update clang compiler to clang-17.
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Nov 19, 2023
1 parent 91d8053 commit d81a173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-22.04]
compiler: [g++-9, g++-10, clang++]
compiler: [g++-9, g++-10, clang++-17]
build_type: [Debug, Release]
standard: [20]
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Create Environment
run: |
sudo apt update
sudo apt install -y g++-9 g++-10 clang
sudo apt install -y g++-9 g++-10 clang-17
cmake -E make_directory ${{runner.workspace}}/build
- name: Configure
Expand Down

0 comments on commit d81a173

Please sign in to comment.