fix: use ubuntu-latest image

This commit is contained in:
张泊明518370910136 2024-09-15 22:30:09 -04:00
parent 6a4795561c
commit 8067f53fb7
GPG Key ID: D47306D7062CDA9D

View File

@ -5,7 +5,7 @@ on: [push]
jobs: jobs:
build: build:
container: 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: steps:
- name: Check out repository code - name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs uses: https://gitea.com/BoYanZh/checkout@focs