Skip to content

Commit

Permalink
solo windows on action
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Oct 10, 2024
1 parent 65fb1cd commit ad623f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [windows-latest]
# os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- name: Checkout code
Expand Down

0 comments on commit ad623f2

Please sign in to comment.