Skip to content

Commit

Permalink
build windows only
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Aug 9, 2024
1 parent 4dad58f commit 245e5d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
matrix:
os:
[
ubuntu-ghcloud, # ubuntu-x86_64
windows-ghcloud, # windows-x86_64
macos-latest-xl, # macos-x86_64
macos-latest-xlarge # macos-arm64
# ubuntu-ghcloud, # ubuntu-x86_64
windows-ghcloud # windows-x86_64
# macos-latest-xl, # macos-x86_64
# macos-latest-xlarge # macos-arm64
]
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 245e5d3

Please sign in to comment.