From 365220267e0dc55c700a6eedf7e01b2f4fb25870 Mon Sep 17 00:00:00 2001 From: etherware-novice <73374039+etherware-novice@users.noreply.github.com> Date: Tue, 10 Jun 2025 23:27:58 -0500 Subject: [PATCH] fixe --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 0df8583..b7b2b2e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,7 +13,7 @@ concurrency: # prevent concurrent deploys doing strange things jobs: deploy: - runs-on: ubuntu + runs-on: ubuntu-latest steps: - name: checkout