fix: change runs-on to ubuntu-latest to match runner label
Some checks failed
Deploy Docs / deploy (push) Failing after 41s

This commit is contained in:
Tolaria 2026-06-03 17:37:06 +08:00
parent 6fea770e71
commit 1ca6266464

View file

@ -5,7 +5,7 @@ on:
- main - main
jobs: jobs:
deploy: deploy:
runs-on: docker runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: