From 102e3c8d1602d099976c3a2533b9f79f23b01e78 Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Fri, 7 Jul 2023 21:44:24 -0500 Subject: [PATCH] Bump Ubuntu version on CI from 18.04 to 20.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e472285..9a2836e0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,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 @@ -52,7 +52,7 @@ jobs: cache-name: macos-unversal - 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