We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01023f3 commit 568db57Copy full SHA for 568db57
1 file changed
.github/workflows/linux_push_build.yml
@@ -3,7 +3,7 @@ run-name: Linux Push Build
3
on: [push]
4
jobs:
5
linux_push_build:
6
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
7
steps:
8
- run: echo "Starting build process"
9
@@ -42,4 +42,4 @@ jobs:
42
uses: actions/upload-artifact@v4
43
with:
44
name: linux-executable
45
- path: micropython/ports/unix/build-standard/micropython
+ path: micropython/ports/unix/build-standard/micropython
0 commit comments