Explicitly stated Ubuntu version in platform build
This commit is contained in:
parent
5ecf511ea4
commit
08a5dc2e39
4
.github/workflows/platform-build.yml
vendored
4
.github/workflows/platform-build.yml
vendored
@ -12,13 +12,11 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: install Xcode tools
|
|
||||||
run: xcode-select --install
|
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
ubuntu-build:
|
ubuntu-build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: update apt
|
- name: update apt
|
||||||
|
Loading…
Reference in New Issue
Block a user