8000 Revert "github/workflows: Use ubuntu-latest for stm32 CI." · micropython/micropython@9f93264 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f93264

Browse files
committed
Revert "github/workflows: Use ubuntu-latest for stm32 CI."
This reverts commit 3cd0c45c432c4d28bfa2d0499da3499a7e398c1f.
1 parent 24620be commit 9f93264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ports_stm32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- stm32_pyb_build
2727
- stm32_nucleo_build
2828
- stm32_misc_build
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-20.04
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Install packages

0 commit comments

Comments
 (0)
0