mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-11 04: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:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Check and Lint
|
name: Check and Lint
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions-rs/toolchain@v1
|
- uses: actions-rs/toolchain@v1
|
||||||
|
|
Loading…
Reference in a new issue