mirror of https://github.com/axmolengine/axmol.git
Fix pull-request linux ci
This commit is contained in:
parent
adce3298de
commit
1a1d67bc57
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
build-linux:
|
||||
name: build-linux
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
TRAVIS_OS_NAME: linux
|
||||
BUILD_TARGET: linux
|
||||
|
@ -84,4 +84,4 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
tools/travis-scripts/before-install.sh
|
||||
tools/travis-scripts/run-script.sh
|
||||
tools/travis-scripts/run-script.sh
|
||||
|
|
Loading…
Reference in New Issue