Skip to content

Commit f9d3b10

Browse files
committed
momentarily remove windows
1 parent 9b4b6c8 commit f9d3b10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release-binaries.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- os: macos-14
2626
arch: arm64-darwin
2727
spc_suffix: macos-aarch64.tar.gz
28-
- os: windows-latest
29-
arch: x64-win32
30-
spc_suffix: windows-x86_64.zip
28+
# - os: windows-latest
29+
# arch: x64-win32
30+
# spc_suffix: windows-x86_64.zip
3131
steps:
3232
- name: Checkout code
3333
uses: actions/checkout@v4

0 commit comments

Comments
 (0)