docs(ci): (fix:workflow) correct runner label

This commit is contained in:
2026-02-10 16:18:32 +08:00
parent 73be4ed075
commit 2cf7028868

View File

@@ -11,7 +11,7 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
runs-on: remote # if you use GitHub, should be "ubuntu-latest", etc.
steps:
- name: Checkout version
uses: actions/checkout@v4