Merge pull request #261 from halx99/try-bionic-android-ci

Try bionic for android ci
This commit is contained in:
HALX99 2020-11-12 03:24:42 -08:00 committed by GitHub
commit dcfd65427b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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