Skip to content

Commit

Permalink
github: force Ubuntu 20.04
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Noltari committed Feb 6, 2021
1 parent 206b612 commit 7a8e3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a8e3bf

Please sign in to comment.