From 226d14cee54e274727502654a40dea82be5fc013 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 15 Jul 2023 18:22:25 -0700 Subject: [PATCH] Undo that change - the runner config was wrong. --- .gitea/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/compile.yaml b/.gitea/workflows/compile.yaml index 6503f71..6ab749b 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -4,7 +4,7 @@ on: [push] jobs: build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v3