Skip to content

Commit

Permalink
chore: remove windows targets (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltitanb authored Dec 9, 2024
1 parent 2f85f58 commit 2fe6340
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-gnu
- x86_64-pc-windows-gnu
# - x86_64-pc-windows-gnu
# - x86_64-apple-darwin
- aarch64-apple-darwin
name:
Expand All @@ -25,8 +25,8 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: x86_64-pc-windows-gnu
os: windows-latest
# - target: x86_64-pc-windows-gnu
# os: windows-latest
# - target: x86_64-apple-darwin
# os: macos-latest
- target: aarch64-apple-darwin
Expand Down

0 comments on commit 2fe6340

Please sign in to comment.