From 119560af9108baf592acb8bec48596645902fef1 Mon Sep 17 00:00:00 2001 From: halx99 Date: Thu, 12 Nov 2020 18:07:52 +0800 Subject: [PATCH] Try bionic for android ci --- .github/workflows/android-ci.yml | 2 +- .github/workflows/pr-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-ci.yml b/.github/workflows/android-ci.yml index ee9b9aa343..dae60ac304 100644 --- a/.github/workflows/android-ci.yml +++ b/.github/workflows/android-ci.yml @@ -19,7 +19,7 @@ jobs: # well on Windows or Mac. You can convert this to a matrix build if you need # cross-platform coverage. # See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index d94a4a5403..8890dcf436 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -43,7 +43,7 @@ jobs: build-android: name: build-android - runs-on: ubuntu-16.04 + runs-on: ubuntu-18.04 env: TRAVIS_OS_NAME: linux BUILD_TARGET: android