File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
232232windows-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 
@@ -240,7 +240,7 @@ jobs:
240240
241241 - name : Build godot-cpp 
242242 run : | 
243-  cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 16 2019 " . 
243+  cmake -DCMAKE_BUILD_TYPE=Release -G"Visual Studio 17 2022 " . 
244244 cmake --build . --verbose --config Release 
245245
246246name : Build test GDExtension library 
                         You can’t perform that action at this time. 
           
                  
0 commit comments