Skip to content

Commit c11f622

Browse files
committed
fixup! release: create initial Windows installer build workflow
Switch from `windows-2019` to `windows-2022` as the former has been retired: actions/runner-images#12045. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d836430 commit c11f622

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
artifact: pkg-x86_64
6666
toolchain: x86_64
6767
mingwprefix: mingw64
68-
runner: windows-2019
68+
runner: windows-2022
6969
- name: aarch64
7070
artifact: pkg-aarch64
7171
toolchain: clang-aarch64
@@ -192,7 +192,7 @@ jobs:
192192
artifact: pkg-x86_64
193193
toolchain: x86_64
194194
mingwprefix: mingw64
195-
runner: windows-2019
195+
runner: windows-2022
196196
- name: aarch64
197197
artifact: pkg-aarch64
198198
toolchain: clang-aarch64

0 commit comments

Comments
 (0)