From acbcda95650b7dd506d21b8a70a58e04ec1a7752 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Sun, 9 Feb 2025 13:26:19 -0500 Subject: [PATCH] ci: only use runs-on --- .gitea/workflows/build.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index d4d0dcf..f7d281d 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -4,8 +4,7 @@ on: - pull_request jobs: build: - container: - image: focs.ji.sjtu.edu.cn:5000/gitea/runner-images:ubuntu-latest + runs-on: ubuntu-latest steps: - name: Check out repository code uses: https://gitea.com/BoYanZh/checkout@focs