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