Explicitly stated Ubuntu version in platform build

This commit is contained in:
Jonathan Moallem 2020-11-22 02:50:37 +11:00 committed by GitHub
parent 5ecf511ea4
commit 08a5dc2e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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