From d0d8f86ee885a27b1dce04a7229c0566d4f30e50 Mon Sep 17 00:00:00 2001 From: caleb Date: Thu, 27 Feb 2025 00:14:35 -0500 Subject: [PATCH] fix needing ubuntu-full images (#3) Reviewed-on: https://gitea.codingthemsoftly.com/caleb/advent_of_code/pulls/3 --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 5a39106..7db52c0 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Run-Unit-Tests: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Check out repository code uses: actions/checkout@v4