Skip to content

Commit 74a8773

Browse files
committed
release.yaml: update windows build
1 parent 77d7b58 commit 74a8773

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
target: i686-unknown-linux-gnu
4040
command: cross
4141
- build: windows-32-bit
42-
os: ubuntu-latest
42+
os: windows-latest
4343
target: i686-pc-windows-msvc
4444
command: cross
4545
# 64-bit (x86)
@@ -52,9 +52,9 @@ jobs:
5252
target: x86_64-apple-darwin
5353
command: cargo
5454
- build: windows-64-bit
55-
os: ubuntu-latest
55+
os: windows-latest
5656
target: x86_64-pc-windows-msvc
57-
command: cross
57+
command: cargo
5858
# 64-bit (ARM)
5959
# aarch64-pc-windows-gnullvm is Tier 3.
6060
- build: macos-arm

0 commit comments

Comments
 (0)