Skip to content

Commit d8b1769

Browse files
NuclearMonstertimangus
authored andcommitted
Update build.yml to replace deprecated windows-2019 with windows-2022
GitHub is ending support for the windows-2019 runner image and windows-2022 will be the minimum supported version by the end of June, 2025. We need to update before this date. More information about this change is here: actions/runner-images#12045
1 parent d793e38 commit d8b1769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
path: build/*.zip
2222
windows:
2323
name: Windows
24-
runs-on: windows-2019
24+
runs-on: windows-2022
2525
steps:
2626
- uses: actions/checkout@v4
2727
- name: Compile

0 commit comments

Comments
 (0)