Skip to content

Commit

Permalink
ci: remove windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
luckasRanarison committed Feb 22, 2024
1 parent 876c40e commit fa1de57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
- target: aarch64-apple-darwin
exe: arm64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
exe: x86_64-windows
os: windows-latest
runs-on: ${{ matrix.job.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -71,4 +68,3 @@ jobs:
./build/three-style-arm64-apple-darwin.zip
./build/three-style-x86_64-linux.zip
./build/three-style-aarch64-linux.zip
./build/three-style-x86_64-windows.zip

0 comments on commit fa1de57

Please sign in to comment.