Skip to content

Commit

Permalink
CI: Fix compiler settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fkutzner authored Apr 13, 2024
1 parent 3d77924 commit 454e043
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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-13, clang-15, cl]
include:
- os: windows-latest
c_compiler: cl
Expand All @@ -38,9 +38,9 @@ jobs:
cpp_compiler: clang++-15
exclude:
- os: windows-latest
c_compiler: gcc
c_compiler: gcc-13
- os: windows-latest
c_compiler: clang
c_compiler: clang-15
- os: ubuntu-latest
c_compiler: cl

Expand Down

0 comments on commit 454e043

Please sign in to comment.