Merge pull request #1804 from dsnopek/github-actions-windows-2019

Update CI to use `windows-2022`
This commit is contained in:
David Snopek
2025-06-24 16:30:44 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ jobs:
run-tests: true
- name: 🏁 Windows (x86_64, MSVC)
os: windows-2019
os: windows-2022
platform: windows
compiler: msvc
build-flags: --config Release
@@ -50,7 +50,7 @@ jobs:
run-tests: false
- name: 🏁 Windows (x86_64, MinGW, Ninja)
os: windows-2019
os: windows-2022
platform: windows
compiler: mingw
config-flags:

View File

@@ -34,7 +34,7 @@ jobs:
cache-name: linux-x86_64
- name: 🏁 Windows (x86_64, MSVC)
os: windows-2019
os: windows-2022
platform: windows
artifact-name: godot-cpp-windows-msvc2019-x86_64-release
artifact-path: bin/libgodot-cpp.windows.template_release.x86_64.lib
@@ -42,7 +42,7 @@ jobs:
cache-name: windows-x86_64-msvc
- name: 🏁 Windows (x86_64, MinGW)
os: windows-2019
os: windows-2022
platform: windows
artifact-name: godot-cpp-linux-mingw-x86_64-release
artifact-path: bin/libgodot-cpp.windows.template_release.x86_64.a