Skip to content

Commit ff730f3

Browse files
committed
Remove references to Windows builds
I have no plans for Windows support currently
1 parent 138aa56 commit ff730f3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
os: ubuntu-22.04
3535
# - target: x86_64-apple-darwin
3636
# os: macos-latest
37-
# - target: x86_64-pc-windows-msvc
38-
# os: windows-latest
3937
runs-on: ${{ matrix.os }}
4038
steps:
4139
- uses: actions/checkout@v3
@@ -46,10 +44,6 @@ jobs:
4644
# [default value: unix]
4745
# [possible values: all, unix, windows, none]
4846
tar: unix
49-
# (optional) On which platform to distribute the `.zip` file.
50-
# [default value: windows]
51-
# [possible values: all, unix, windows, none]
52-
zip: windows
5347
# (optional) Target triple, default is host triple.
5448
target: ${{ matrix.target }}
5549
env:

0 commit comments

Comments
 (0)