File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ jobs:
21
21
matrix :
22
22
include :
23
23
- name : 🐧 Linux (GCC)
24
- os : ubuntu-20 .04
24
+ os : ubuntu-22 .04
25
25
platform : linux
26
26
artifact-name : godot-cpp-linux-glibc2.27-x86_64-release
27
27
artifact-path : bin/libgodot-cpp.linux.template_release.x86_64.a
28
28
run-tests : true
29
29
cache-name : linux-x86_64
30
30
31
31
- name : 🐧 Linux (GCC, Double Precision)
32
- os : ubuntu-20 .04
32
+ os : ubuntu-22 .04
33
33
platform : linux
34
34
artifact-name : godot-cpp-linux-glibc2.27-x86_64-double-release
35
35
artifact-path : bin/libgodot-cpp.linux.template_release.double.x86_64.a
64
64
cache-name : macos-universal
65
65
66
66
- name : 🤖 Android (arm64)
67
- os : ubuntu-20 .04
67
+ os : ubuntu-22 .04
68
68
platform : android
69
69
artifact-name : godot-cpp-android-arm64-release
70
70
artifact-path : bin/libgodot-cpp.android.template_release.arm64.a
82
82
cache-name : ios-arm64
83
83
84
84
- name : 🌐 Web (wasm32)
85
- os : ubuntu-20 .04
85
+ os : ubuntu-22 .04
86
86
platform : web
87
87
artifact-name : godot-cpp-web-wasm32-release
88
88
artifact-path : bin/libgodot-cpp.web.template_release.wasm32.a
@@ -183,7 +183,7 @@ jobs:
183
183
184
184
linux-cmake :
185
185
name : 🐧 Build (Linux, GCC, CMake)
186
- runs-on : ubuntu-20 .04
186
+ runs-on : ubuntu-22 .04
187
187
steps :
188
188
- name : Checkout
189
189
uses : actions/checkout@v4
@@ -207,7 +207,7 @@ jobs:
207
207
208
208
linux-cmake-ninja :
209
209
name : 🐧 Build (Linux, GCC, CMake Ninja)
210
- runs-on : ubuntu-20 .04
210
+ runs-on : ubuntu-22 .04
211
211
steps :
212
212
- name : Checkout
213
213
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments