Skip to content

Commit 33c059e

Browse files
committed
CI: Use an older version of Linux to satisfy the MicroPython build
Building MicroPython v1.20.0 failed: ../py/stackctrl.c:32:32: error: storing the address of local variable ‘stack_dummy’ in ‘mp_state_ctx.thread.stack_top’ [-Werror=dangling-pointer=]
1 parent a1c71b1 commit 33c059e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
strategy:
8888
fail-fast: false
8989
matrix:
90-
os: ['ubuntu-latest']
90+
os: ['ubuntu-22.04']
9191
micropython-version: [
9292
'v1.20.0',
9393
'v1.24.0',

0 commit comments

Comments
 (0)