File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments