Skip to content

Commit

Permalink
ci: use windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Jul 25, 2024
1 parent 7ab4dcb commit 52de472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
# platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 52de472

Please sign in to comment.