Skip to content

Commit aedb31f

Browse files
Update GitHub workflow to Windows 2022 image
1 parent 4380dd9 commit aedb31f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/binary_packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ jobs:
7070
(cd legacy_cmake_simple; mkdir build; cd build; cmake ..; make)
7171
7272
build_windows:
73-
name: Build binary on Windows 2019
74-
runs-on: windows-2019
73+
name: Build binary on Windows 2022
74+
runs-on: windows-2022
7575

7676
steps:
7777
- name: Check out code from GitHub

0 commit comments

Comments
 (0)