Skip to content

Commit

Permalink
disable windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
azimafroozeh committed Sep 16, 2024
1 parent 2d213f2 commit 4d7fa1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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, windows-latest ]
platform: [ ubuntu-latest, macos-latest, president ]
build_type: [ Debug, Release ]
cxx: [ clang++ ]

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

runs-on: ${{ matrix.platform }}
Expand Down

0 comments on commit 4d7fa1e

Please sign in to comment.