File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
run-tests : true
42
42
43
43
- name : 🏁 Windows (x86_64, MSVC)
44
- os : windows-2019
44
+ os : windows-2022
45
45
platform : windows
46
46
compiler : msvc
47
47
build-flags : --config Release
50
50
run-tests : false
51
51
52
52
- name : 🏁 Windows (x86_64, MinGW, Ninja)
53
- os : windows-2019
53
+ os : windows-2022
54
54
platform : windows
55
55
compiler : mingw
56
56
config-flags :
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
34
34
cache-name : linux-x86_64
35
35
36
36
- name : 🏁 Windows (x86_64, MSVC)
37
- os : windows-2019
37
+ os : windows-2022
38
38
platform : windows
39
39
artifact-name : godot-cpp-windows-msvc2019-x86_64-release
40
40
artifact-path : bin/libgodot-cpp.windows.template_release.x86_64.lib
41
41
run-tests : false
42
42
cache-name : windows-x86_64-msvc
43
43
44
44
- name : 🏁 Windows (x86_64, MinGW)
45
- os : windows-2019
45
+ os : windows-2022
46
46
platform : windows
47
47
artifact-name : godot-cpp-linux-mingw-x86_64-release
48
48
artifact-path : bin/libgodot-cpp.windows.template_release.x86_64.a
You can’t perform that action at this time.
0 commit comments