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:
build:
runs-on: debian
runs-on: debian-slim
steps:
- name: Checkout code
run: |

View File

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