mirror of
https://github.com/Noltari/pico-uart-bridge.git
synced 2024-12-28 02:06:06 +00:00
github: force Ubuntu 20.04
Apparently, ubuntu-latest still points to Ubuntu 18.04, which uses an older and incompatible version of gcc-arm-none-eabi. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
parent
206b612bae
commit
7a8e3bf16c
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -9,8 +9,8 @@ env:
|
|||
|
||||
jobs:
|
||||
pico:
|
||||
name: Raspberry Pi Pico compilation
|
||||
runs-on: ubuntu-latest
|
||||
name: RPi Pico compilation
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Check out code from GitHub
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue