Skip to content

Commit d7c8022

Browse files
Try to build windows bin on windows
1 parent a9bcf19 commit d7c8022

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ jobs:
8383
os: macos-latest
8484
target: x86_64-apple-darwin
8585

86-
- build: windows-gnu
87-
os: ubuntu-latest
88-
target: x86_64-pc-windows-gnu
86+
- build: windows
87+
os: x86_64-pc-windows-msvc
88+
target: x86_64-pc-windows-msvc
8989

9090
steps:
9191
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)