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
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: install Xcode tools
|
||||
run: xcode-select --install
|
||||
- name: make
|
||||
run: make
|
||||
|
||||
ubuntu-build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: update apt
|
||||
|
Loading…
Reference in New Issue
Block a user