Merge pull request #1168 from aaronfranke/3.x-ubuntu-version

[3.x] Bump Ubuntu version on CI from 18.04 to 20.04
pull/1169/head
Rémi Verschelde 2023-07-08 09:15:14 +02:00 committed by GitHub
commit bbcf901eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
matrix: matrix:
include: include:
- name: 🐧 Linux (GCC) - name: 🐧 Linux (GCC)
os: ubuntu-18.04 os: ubuntu-20.04
platform: linux platform: linux
artifact-name: godot-cpp-linux-glibc2.27-x86_64-release artifact-name: godot-cpp-linux-glibc2.27-x86_64-release
artifact-path: bin/libgodot-cpp.linux.release.64.a artifact-path: bin/libgodot-cpp.linux.release.64.a
@ -52,7 +52,7 @@ jobs:
cache-name: macos-unversal cache-name: macos-unversal
- name: 🤖 Android (arm64) - name: 🤖 Android (arm64)
os: ubuntu-18.04 os: ubuntu-20.04
platform: android platform: android
artifact-name: godot-cpp-android-arm64-release artifact-name: godot-cpp-android-arm64-release
artifact-path: bin/libgodot-cpp.android.release.arm64v8.a artifact-path: bin/libgodot-cpp.android.release.arm64v8.a