From 74b3adde3d9e52c277c1e8eaf7474463384bdb6a Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 15 Sep 2024 22:42:23 -0400 Subject: [PATCH] ci: set image directly --- .gitea/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 53d4f59..7eb99ef 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,7 +6,8 @@ on: jobs: build: - runs-on: ubuntu-latest + container: + image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest steps: - name: Check out repository code uses: https://gitea.com/BoYanZh/checkout@focs