Skip to content

Commit 8938e7e

Browse files
committed
Update CI to use windows-2022
1 parent 75f95ff commit 8938e7e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run-tests: true
4242

4343
- name: 🏁 Windows (x86_64, MSVC)
44-
os: windows-2019
44+
os: windows-2022
4545
platform: windows
4646
compiler: msvc
4747
build-flags: --config Release
@@ -50,7 +50,7 @@ jobs:
5050
run-tests: false
5151

5252
- name: 🏁 Windows (x86_64, MinGW, Ninja)
53-
os: windows-2019
53+
os: windows-2022
5454
platform: windows
5555
compiler: mingw
5656
config-flags:

.github/workflows/ci-scons.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
cache-name: linux-x86_64
3535

3636
- name: 🏁 Windows (x86_64, MSVC)
37-
os: windows-2019
37+
os: windows-2022
3838
platform: windows
3939
artifact-name: godot-cpp-windows-msvc2019-x86_64-release
4040
artifact-path: bin/libgodot-cpp.windows.template_release.x86_64.lib
4141
run-tests: false
4242
cache-name: windows-x86_64-msvc
4343

4444
- name: 🏁 Windows (x86_64, MinGW)
45-
os: windows-2019
45+
os: windows-2022
4646
platform: windows
4747
artifact-name: godot-cpp-linux-mingw-x86_64-release
4848
artifact-path: bin/libgodot-cpp.windows.template_release.x86_64.a

0 commit comments

Comments
 (0)