From 168b55171bcccb8f793d9782e7627cc02b305710 Mon Sep 17 00:00:00 2001 From: sthope Date: Sun, 5 May 2024 21:52:40 +0200 Subject: [PATCH] Initial commit --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index b2cc558..aa4f0d5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3