Skip to content

Commit

Permalink
remove windows target
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Apr 30, 2023
1 parent f6250f1 commit 829e06d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
build: [linux, macos, macos-m1, windows]
build: [linux, macos, macos-m1]
include:
- build: linux
os: ubuntu-latest
Expand All @@ -49,11 +49,6 @@ jobs:
asset_name: quickenv-mac-x86_64
cargo_name: quickenv
rustup_target: x86_64-apple-darwin
- build: windows
os: windows-latest
asset_name: quickenv-windows-x86_64.exe
cargo_name: quickenv.exe
rustup_target: x86_64-pc-windows-msvc
- build: macos-m1
os: macos-latest
asset_name: quickenv-mac-aarch64
Expand Down

0 comments on commit 829e06d

Please sign in to comment.