Skip to content

Commit

Permalink
enable windows
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 11, 2024
1 parent 8ad3539 commit 6805142
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3,600 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ ubuntu-latest, macos-latest, president ]
platform: [ ubuntu-latest, macos-latest, president, windows-latest ]
build_type: [ Debug, Release ]
cxx: [ clang++ ]

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ ubuntu-latest, macos-latest, president ]
platform: [ ubuntu-latest, macos-latest, president, windows-latest ]
python-version: [ 3.12.4 ] # Python 3 versions

runs-on: ${{ matrix.platform }}
Expand All @@ -118,7 +118,7 @@ jobs:
strategy:
fail-fast: true
matrix:
platform: [ ubuntu-latest, macos-latest, president ]
platform: [ ubuntu-latest, macos-latest, president, windows-latest ]
build_type: [ Debug ]
cc: [ clang ]
cxx: [ clang++ ]
Expand Down
Loading

0 comments on commit 6805142

Please sign in to comment.