Skip to content

Commit 68dd1fa

Browse files
committed
Update CI to use windows-2022
(cherry picked from commit 8938e7e)
1 parent 53caa6a commit 68dd1fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
cache-name: linux-x86_64-f64
3939

4040
- name: 🏁 Windows (x86_64, MSVC)
41-
os: windows-2019
41+
os: windows-2022
4242
platform: windows
4343
artifact-name: godot-cpp-windows-msvc2019-x86_64-release
4444
artifact-path: bin/libgodot-cpp.windows.template_release.x86_64.lib
4545
run-tests: false
4646
cache-name: windows-x86_64-msvc
4747

4848
- name: 🏁 Windows (x86_64, MinGW)
49-
os: windows-2019
49+
os: windows-2022
5050
platform: windows
5151
artifact-name: godot-cpp-linux-mingw-x86_64-release
5252
artifact-path: bin/libgodot-cpp.windows.template_release.x86_64.a
@@ -231,7 +231,7 @@ jobs:
231231
232232
windows-msvc-cmake:
233233
name: 🏁 Build (Windows, MSVC, CMake)
234-
runs-on: windows-2019
234+
runs-on: windows-2022
235235
steps:
236236
- name: Checkout
237237
uses: actions/checkout@v4

0 commit comments

Comments
 (0)