Skip to content

Commit f026fc9

Browse files
committed
Update CI to use ubuntu-22.04 because GitHub retired it
1 parent a9abdb5 commit f026fc9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121
matrix:
2222
include:
2323
- name: 🐧 Linux (GCC)
24-
os: ubuntu-20.04
24+
os: ubuntu-22.04
2525
platform: linux
2626
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
2727
artifact-path: bin/libgodot-cpp.linux.template_release.x86_64.a
2828
run-tests: true
2929
cache-name: linux-x86_64
3030

3131
- name: 🐧 Linux (GCC, Double Precision)
32-
os: ubuntu-20.04
32+
os: ubuntu-22.04
3333
platform: linux
3434
artifact-name: godot-cpp-linux-glibc2.27-x86_64-double-release
3535
artifact-path: bin/libgodot-cpp.linux.template_release.double.x86_64.a
@@ -64,7 +64,7 @@ jobs:
6464
cache-name: macos-universal
6565

6666
- name: 🤖 Android (arm64)
67-
os: ubuntu-20.04
67+
os: ubuntu-22.04
6868
platform: android
6969
artifact-name: godot-cpp-android-arm64-release
7070
artifact-path: bin/libgodot-cpp.android.template_release.arm64.a
@@ -82,7 +82,7 @@ jobs:
8282
cache-name: ios-arm64
8383

8484
- name: 🌐 Web (wasm32)
85-
os: ubuntu-20.04
85+
os: ubuntu-22.04
8686
platform: web
8787
artifact-name: godot-cpp-web-wasm32-release
8888
artifact-path: bin/libgodot-cpp.web.template_release.wasm32.a
@@ -183,7 +183,7 @@ jobs:
183183

184184
linux-cmake:
185185
name: 🐧 Build (Linux, GCC, CMake)
186-
runs-on: ubuntu-20.04
186+
runs-on: ubuntu-22.04
187187
steps:
188188
- name: Checkout
189189
uses: actions/checkout@v4
@@ -207,7 +207,7 @@ jobs:
207207
208208
linux-cmake-ninja:
209209
name: 🐧 Build (Linux, GCC, CMake Ninja)
210-
runs-on: ubuntu-20.04
210+
runs-on: ubuntu-22.04
211211
steps:
212212
- name: Checkout
213213
uses: actions/checkout@v4

0 commit comments

Comments
 (0)