From 8067f53fb7b059e5e05b4089b9099f339333af8a Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 15 Sep 2024 22:30:09 -0400 Subject: [PATCH] fix: use ubuntu-latest image --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 69f7530..2bf5c91 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -5,7 +5,7 @@ on: [push] jobs: build: container: - image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest-slim + 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