this repo has no description

Downgrade Windows images

Changed files
+3 -3
.github
+1 -1
.github/workflows/ci.yaml
··· 73 73 binary: arm64 74 74 cargo-tool: cargo 75 75 run-integration-tests: true 76 - - os: windows-latest 76 + - os: windows-2022 77 77 target: x86_64-pc-windows-msvc 78 78 binary: x86-64 79 79 cargo-tool: cargo
+1 -1
.github/workflows/release-nightly.yaml
··· 87 87 target: aarch64-apple-darwin 88 88 expected-binary-architecture: arm64 89 89 cargo-tool: cargo 90 - - os: windows-latest 90 + - os: windows-2022 91 91 target: x86_64-pc-windows-msvc 92 92 expected-binary-architecture: x86-64 93 93 cargo-tool: cargo
+1 -1
.github/workflows/release.yaml
··· 47 47 target: aarch64-apple-darwin 48 48 expected-binary-architecture: arm64 49 49 cargo-tool: cargo 50 - - os: windows-latest 50 + - os: windows-2022 51 51 target: x86_64-pc-windows-msvc 52 52 expected-binary-architecture: x86-64 53 53 cargo-tool: cargo