Skip to content

Commit 568db57

Browse files
authored
Update linux_push_build.yml
Change linux_push_build to run on supported `ubuntu-latest`
1 parent 01023f3 commit 568db57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linux_push_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ run-name: Linux Push Build
33
on: [push]
44
jobs:
55
linux_push_build:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-latest
77
steps:
88
- run: echo "Starting build process"
99

@@ -42,4 +42,4 @@ jobs:
4242
uses: actions/upload-artifact@v4
4343
with:
4444
name: linux-executable
45-
path: micropython/ports/unix/build-standard/micropython
45+
path: micropython/ports/unix/build-standard/micropython

0 commit comments

Comments
 (0)