fix runner type to ubuntu

This commit is contained in:
Stephen 2021-11-20 19:08:41 -08:00 committed by GitHub
parent 673afa1fcb
commit 35f4aa64c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
- name: Run shared-lib tests
run: cd shared-lib && cargo test
build-linux:
runs-on: linux-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2