Skip to content

Commit

Permalink
Bump Ubuntu version on CI from 18.04 to 20.04
Browse files Browse the repository at this point in the history
(cherry picked from commit 102e3c8)
  • Loading branch information
aaronfranke authored and akien-mga committed Sep 26, 2023
1 parent ef26a3b commit 745d7a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
include:
- name: 🐧 Linux (GCC)
os: ubuntu-18.04
os: ubuntu-20.04
platform: linux
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
artifact-path: bin/libgodot-cpp.linux.release.64.a
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
executable: Godot.app/Contents/MacOS/Godot

- name: 🤖 Android (arm64)
os: ubuntu-18.04
os: ubuntu-20.04
platform: android
artifact-name: godot-cpp-android-arm64-release
artifact-path: bin/libgodot-cpp.android.release.arm64v8.a
Expand Down

0 comments on commit 745d7a2

Please sign in to comment.