Skip to content

Commit

Permalink
chore: temporarily disable windows releases
Browse files Browse the repository at this point in the history
  • Loading branch information
esensar committed Sep 7, 2021
1 parent 79ee05a commit dac57f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit dac57f2

Please sign in to comment.