Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Griezn committed Nov 11, 2024
2 parents 1366e8e + 2f92938 commit 60f38cc
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,10 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
build_type: [Release, Debug]
c_compiler: [gcc, clang, cl]
c_compiler: [gcc, clang]
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
build_type: Release
- os: ubuntu-latest
c_compiler: gcc
cpp_compiler: g++
Expand All @@ -44,15 +40,6 @@ jobs:
cpp_compiler: clang++
build_type: Debug
exclude:
- os: windows-latest
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: windows-latest
c_compiler: cl
build_type: Debug
- os: ubuntu-latest
c_compiler: gcc
build_type: Debug
Expand Down

0 comments on commit 60f38cc

Please sign in to comment.