Skip to content

Commit

Permalink
Update matrix entry for Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-mccall authored Jul 20, 2024
1 parent 2b3e00f commit 8e7ab86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
c_compiler: [gcc, clang-17, cl]
include:
- os: windows-latest
c_compiler: cl
Expand All @@ -34,13 +34,13 @@ jobs:
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++
c_compiler: clang-17
cpp_compiler: clang++-17
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
c_compiler: clang-17
- os: ubuntu-latest
c_compiler: cl

Expand Down

0 comments on commit 8e7ab86

Please sign in to comment.