Skip to content

Commit

Permalink
Drop building windows binary temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
lufia committed Dec 15, 2023
1 parent 47c10b3 commit ea94296
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
test:
strategy:
matrix:
os: ['ubuntu-latest', 'macOS-latest', 'windows-latest']
# FIXME: windows builds are broken.
# We excludes binaries for windows until fixing that.
#os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
os: ['ubuntu-latest', 'macos-latest']
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
Expand Down

0 comments on commit ea94296

Please sign in to comment.