mirror of
https://github.com/godotengine/godot-cpp.git
synced 2025-12-31 01:48:45 +03:00
Update CI to use windows-2022
This commit is contained in:
4
.github/workflows/ci-cmake.yml
vendored
4
.github/workflows/ci-cmake.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/ci-scons.yml
vendored
4
.github/workflows/ci-scons.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user