diff --git a/.github/workflows/linux_push_build.yml b/.github/workflows/linux_push_build.yml index f950e9dc..de3b369b 100644 --- a/.github/workflows/linux_push_build.yml +++ b/.github/workflows/linux_push_build.yml @@ -3,7 +3,7 @@ run-name: Linux Push Build on: [push] jobs: linux_push_build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - run: echo "Starting build process" @@ -30,7 +30,7 @@ jobs: run: | sudo apt install -y libsdl2-2.0-0 sudo apt install -y libsdl2-dev - sudo apt install -y libffi7 + sudo apt install -y libffi8 - name: Setup UNIX port and build run: | @@ -42,4 +42,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: linux-executable - path: micropython/ports/unix/build-standard/micropython \ No newline at end of file + path: micropython/ports/unix/build-standard/micropython