mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Pin ubuntu version
This commit is contained in:
parent
cb51448089
commit
e9721e14c2
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -3,7 +3,7 @@ name: CI Checks
|
|||
jobs:
|
||||
check:
|
||||
name: Check and Lint
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
|
|
Loading…
Reference in a new issue