From 20c4d91f93cc68e25c61ba6752c1168dd1eeab98 Mon Sep 17 00:00:00 2001 From: Zpekii Date: Fri, 2 Jan 2026 17:45:07 +0800 Subject: [PATCH] ci: change runs-on image --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 394c807..a2e1810 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: ubuntu-latest + runs-on: ubuntu:ci steps: - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"