We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2169fcd commit cb31a41Copy full SHA for cb31a41
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
target: x86_64-unknown-linux-gnu
29
cross: false
30
- build: x86_64-windows
31
- os: windows-2019
+ os: windows-2022
32
rust: stable
33
target: x86_64-pc-windows-msvc
34
@@ -69,7 +69,7 @@ jobs:
69
shell: bash
70
run: |
71
mkdir dist
72
- if [ "${{ matrix.os }}" = "windows-2019" ]; then
+ if [ "${{ matrix.os }}" = "windows-2022" ]; then
73
cp "target/${{ matrix.target }}/release/$BIN_NAME.exe" "dist/"
74
else
75
cp "target/${{ matrix.target }}/release/$BIN_NAME" "dist/"
0 commit comments