Skip to content

Commit

Permalink
Remove references to Windows builds
Browse files Browse the repository at this point in the history
I have no plans for Windows support currently
  • Loading branch information
Wilfred committed Sep 17, 2023
1 parent 138aa56 commit ff730f3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
os: ubuntu-22.04
# - target: x86_64-apple-darwin
# os: macos-latest
# - target: x86_64-pc-windows-msvc
# os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -46,10 +44,6 @@ jobs:
# [default value: unix]
# [possible values: all, unix, windows, none]
tar: unix
# (optional) On which platform to distribute the `.zip` file.
# [default value: windows]
# [possible values: all, unix, windows, none]
zip: windows
# (optional) Target triple, default is host triple.
target: ${{ matrix.target }}
env:
Expand Down

0 comments on commit ff730f3

Please sign in to comment.