Run GitHub Actions under Ubuntu 20.04
This commit is contained in:
parent
cd4fee69da
commit
ebb5fb5404
4
.github/workflows/enclave.yml
vendored
4
.github/workflows/enclave.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
make_test:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Docker cache
|
||||
@ -20,7 +20,7 @@ jobs:
|
||||
- run: make docker_"check clippy test"
|
||||
working-directory: enclave
|
||||
make_docker:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Docker cache
|
||||
|
||||
4
.github/workflows/service.yml
vendored
4
.github/workflows/service.yml
vendored
@ -7,14 +7,14 @@ on:
|
||||
|
||||
jobs:
|
||||
make_all:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ./.github/actions/service
|
||||
with:
|
||||
target: all
|
||||
make_test:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ./.github/actions/service
|
||||
|
||||
Loading…
Reference in New Issue
Block a user