From 14c3be6da0176f922cc6c75f564ce6f4ef7b78fd Mon Sep 17 00:00:00 2001 From: Lewis Jackson <> Date: Tue, 30 May 2023 20:27:09 +0300 Subject: [PATCH] No, the YML file was right, the forgje docs were wrong --- .forgejo/workflows/compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |