test: 使用 debian-slim runner
Some checks failed
Test / test (push) Has been cancelled

This commit is contained in:
2026-04-23 20:41:13 +08:00
parent b8d0530118
commit c79977496d
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ env:
jobs: jobs:
build: build:
runs-on: debian runs-on: debian-slim
steps: steps:
- name: Checkout code - name: Checkout code
run: | run: |

View File

@@ -7,7 +7,7 @@ on:
jobs: jobs:
test: test:
runs-on: ubuntu-latest runs-on: debian-slim
steps: steps:
- run: echo "Hello Gitea Actions!" - run: echo "Hello Gitea Actions!"
- run: echo "Runner is working!" - run: echo "Runner is working!"