Skip to content

Commit

Permalink
github: Temporarily disable Windows release
Browse files Browse the repository at this point in the history
  • Loading branch information
remko committed Mar 16, 2023
1 parent 9d61aaf commit 988e06f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
needs: build
strategy:
matrix:
os: [ubuntu-22.04, windows-latest]
# os: [ubuntu-22.04, windows-latest]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 988e06f

Please sign in to comment.