Skip to content

Commit

Permalink
Fixed mistake in Github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rouslan committed Nov 28, 2024
1 parent e7185be commit a83d9d1
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 @@ -12,12 +12,12 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
build_type: [Release]
cpp_compiler: [gcc, clang++-17, cl]
cpp_compiler: [g++, clang++, cl]
exclude:
- os: windows-latest
cpp_compiler: gcc
cpp_compiler: g++
- os: windows-latest
cpp_compiler: clang++-17
cpp_compiler: clang++
- os: ubuntu-latest
cpp_compiler: cl

Expand Down

0 comments on commit a83d9d1

Please sign in to comment.