Skip to content

Commit 66a2d41

Browse files
committed
MicroPython: Update to v1.22.2 and v1.24.1
v1.20.0 started having problems on vanilla CI/GHA. micropython: error while loading shared libraries: libffi.so.7: cannot open shared object file: No such file or directory
1 parent fc8e855 commit 66a2d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ jobs:
8989
matrix:
9090
os: ['ubuntu-latest']
9191
micropython-version: [
92-
'v1.20.0',
93-
'v1.24.0',
92+
'v1.22.2',
93+
'v1.24.1',
9494
'v1.25.0-preview',
9595
]
9696

0 commit comments

Comments
 (0)