diff --git a/.forgejo/workflows/compile.yml b/.forgejo/workflows/compile.yml index 0688626..4229fdc 100644 --- a/.forgejo/workflows/compile.yml +++ b/.forgejo/workflows/compile.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is compiling on: [push] jobs: Compile: - runs-on: ubuntu:latest + runs-on: ubuntu-latest steps: - name: Setup PlatformIO run: |