Skip to content

Commit 0b23677

Browse files
authored
Update CI workflow to remove Windows support
Removed Windows build configuration from CI workflow.
1 parent faa930d commit 0b23677

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ 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]
28-
c_compiler: [gcc, clang, cl]
28+
c_compiler: [gcc, clang]
2929
include:
30-
- os: windows-latest
31-
c_compiler: cl
32-
cpp_compiler: cl
3330
- os: ubuntu-latest
3431
c_compiler: gcc
3532
cpp_compiler: g++
@@ -83,7 +80,6 @@ jobs:
8380
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
8481
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
8582
-S ${{ github.workspace }}
86-
- name: Configure CMake
8783
8884
- name: Configure CMake(Windows)
8985
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)