Skip to content

Commit ce684b5

Browse files
committed
Downgrade Windows images
1 parent 871f6d8 commit ce684b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
binary: arm64
7474
cargo-tool: cargo
7575
run-integration-tests: true
76-
- os: windows-latest
76+
- os: windows-2022
7777
target: x86_64-pc-windows-msvc
7878
binary: x86-64
7979
cargo-tool: cargo

.github/workflows/release-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
target: aarch64-apple-darwin
8888
expected-binary-architecture: arm64
8989
cargo-tool: cargo
90-
- os: windows-latest
90+
- os: windows-2022
9191
target: x86_64-pc-windows-msvc
9292
expected-binary-architecture: x86-64
9393
cargo-tool: cargo

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
target: aarch64-apple-darwin
4848
expected-binary-architecture: arm64
4949
cargo-tool: cargo
50-
- os: windows-latest
50+
- os: windows-2022
5151
target: x86_64-pc-windows-msvc
5252
expected-binary-architecture: x86-64
5353
cargo-tool: cargo

0 commit comments

Comments
 (0)