From 1e955edac5c1c79c70d217713cf1415cea2f98ba Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sat, 15 Jul 2023 18:06:56 -0700 Subject: [PATCH] Hopefulle fix it --- .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 6ab749b..6503f71 100644 --- a/.gitea/workflows/compile.yaml +++ b/.gitea/workflows/compile.yaml @@ -4,7 +4,7 @@ on: [push] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out repository code uses: actions/checkout@v3