Skip to content

Commit 2fe6340

Browse files
authored
chore: remove windows targets (#201)
1 parent 2f85f58 commit 2fe6340

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
target:
1717
- x86_64-unknown-linux-gnu
18-
- x86_64-pc-windows-gnu
18+
# - x86_64-pc-windows-gnu
1919
# - x86_64-apple-darwin
2020
- aarch64-apple-darwin
2121
name:
@@ -25,8 +25,8 @@ jobs:
2525
include:
2626
- target: x86_64-unknown-linux-gnu
2727
os: ubuntu-latest
28-
- target: x86_64-pc-windows-gnu
29-
os: windows-latest
28+
# - target: x86_64-pc-windows-gnu
29+
# os: windows-latest
3030
# - target: x86_64-apple-darwin
3131
# os: macos-latest
3232
- target: aarch64-apple-darwin

0 commit comments

Comments
 (0)