Skip to content

Commit

Permalink
Bumping compiler version
Browse files Browse the repository at this point in the history
Clang 14 and 15 is broken for ranges.
  • Loading branch information
flamewing committed Oct 10, 2023
1 parent 0084fb8 commit 9278d5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
cc: gcc-11
cxx: g++-11
- compiler: clang
cc: clang-14
cxx: clang++-14
cc: clang-16
cxx: clang++-16
- generator: make
cmake_generator: "Unix Makefiles"
- generator: ninja
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Set up Clang
uses: egor-tensin/setup-clang@v1
with:
version: 14
version: 16
- name: Checkout code
uses: actions/checkout@master
- name: Configure
Expand Down

0 comments on commit 9278d5b

Please sign in to comment.