Skip to content

Commit 7a8e3bf

Browse files
committed
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 <[email protected]>
1 parent 206b612 commit 7a8e3bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99

1010
jobs:
1111
pico:
12-
name: Raspberry Pi Pico compilation
13-
runs-on: ubuntu-latest
12+
name: RPi Pico compilation
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- name: Check out code from GitHub
1616
uses: actions/checkout@v2

0 commit comments

Comments
 (0)