File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ jobs:
38
38
cache-name : linux-x86_64-f64
39
39
40
40
- name : 🏁 Windows (x86_64, MSVC)
41
- os : windows-2019
41
+ os : windows-2022
42
42
platform : windows
43
43
artifact-name : godot-cpp-windows-msvc2019-x86_64-release
44
44
artifact-path : bin/libgodot-cpp.windows.template_release.x86_64.lib
45
45
run-tests : false
46
46
cache-name : windows-x86_64-msvc
47
47
48
48
- name : 🏁 Windows (x86_64, MinGW)
49
- os : windows-2019
49
+ os : windows-2022
50
50
platform : windows
51
51
artifact-name : godot-cpp-linux-mingw-x86_64-release
52
52
artifact-path : bin/libgodot-cpp.windows.template_release.x86_64.a
@@ -231,7 +231,7 @@ jobs:
231
231
232
232
windows-msvc-cmake :
233
233
name : 🏁 Build (Windows, MSVC, CMake)
234
- runs-on : windows-2019
234
+ runs-on : windows-2022
235
235
steps :
236
236
- name : Checkout
237
237
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments