File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
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
@@ -240,10 +240,10 @@ jobs:
240
240
241
241
- name : Build godot-cpp
242
242
run : |
243
- cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019 " .
243
+ cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 17 2022 " .
244
244
cmake --build . --verbose --config Release
245
245
246
246
- name : Build test GDExtension library
247
247
run : |
248
- cd test && cmake -DCMAKE_BUILD_TYPE=Release -DGODOT_HEADERS_PATH="../godot-headers" -DCPP_BINDINGS_PATH=".." -G"Visual Studio 16 2019 " .
248
+ cd test && cmake -DCMAKE_BUILD_TYPE=Release -DGODOT_HEADERS_PATH="../godot-headers" -DCPP_BINDINGS_PATH=".." -G"Visual Studio 17 2022 " .
249
249
cmake --build . --verbose --config Release
You can’t perform that action at this time.
0 commit comments