updated to use lastest ci image

This commit is contained in:
Ruixiang Du
2020-10-26 13:26:39 +08:00
parent 69b88e660e
commit 784b3a242e

View File

@@ -17,7 +17,7 @@ jobs:
# The type of runner that the job will run on # The type of runner that the job will run on
runs-on: ubuntu-18.04 runs-on: ubuntu-18.04
container: container:
image: rduweston/ubuntu-ci:melodic-bionic image: rduweston/ubuntu-ci:melodic
steps: steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2 - uses: actions/checkout@v2