Skip to content

Commit 6b3f4f4

Browse files
Bas Geertsemajsturtevant
authored andcommitted
Change unsupported windows-2019 image to windows-2025
1 parent 1be4159 commit 6b3f4f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
os: macos-latest
3333
config: release
3434
- build: windows-debug
35-
os: windows-2019
35+
os: windows-2025
3636
config: debug
3737
- build: windows-release
38-
os: windows-2019
38+
os: windows-2025
3939
config: release
4040
steps:
4141
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)