Skip to content

Commit 8f81b8d

Browse files
authored
Fixed Workflows
Removed Windows from the CI matrix for build types.
1 parent 890643f commit 8f81b8d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
#
2424
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
2525
matrix:
26-
os: [ubuntu-latest, windows-latest]
26+
os: [ubuntu-latest]
2727
build_type: [Release]
2828
c_compiler: [gcc, clang, cl]
2929
include:
@@ -34,8 +34,6 @@ jobs:
3434
c_compiler: clang
3535
cpp_compiler: clang++
3636
exclude:
37-
- os: windows-latest
38-
c_compiler: clang
3937
- os: ubuntu-latest
4038
c_compiler: cl
4139

0 commit comments

Comments
 (0)