Skip to content

Commit 7abf86a

Browse files
committed
See if the windows-2022 image will work for us.
1 parent 5daa8d5 commit 7abf86a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ jobs:
9595
rust: stable
9696
target: x86_64-apple-darwin
9797
- build: win-msvc
98-
os: windows-2019
98+
os: windows-2022
9999
rust: nightly
100100
target: x86_64-pc-windows-msvc
101101
- build: win32-msvc
102-
os: windows-2019
102+
os: windows-2022
103103
rust: nightly
104104
target: i686-pc-windows-msvc
105105

@@ -128,7 +128,7 @@ jobs:
128128
target: ${{ matrix.target }}
129129

130130
- name: Use Cross
131-
# if: matrix.os != 'windows-2019'
131+
# if: matrix.os != 'windows-2022'
132132
run: |
133133
cargo install cross
134134
echo "CARGO=cross" >> $GITHUB_ENV
@@ -187,7 +187,7 @@ jobs:
187187
188188
cp {README.md,LICENSE,CHANGELOG.md} "$staging/"
189189
190-
if [ "${{ matrix.os }}" = "windows-2019" ]; then
190+
if [ "${{ matrix.os }}" = "windows-2022" ]; then
191191
# cp "target/${{ matrix.target }}/release/${{ env.EXE_NAME }}.exe" "$staging/"
192192
cp "target/release/${{ env.EXE_NAME }}.exe" "$staging/"
193193
7z a "$staging.zip" "$staging"

0 commit comments

Comments
 (0)