fix: change runs-on to ubuntu-latest to match runner label
Some checks failed
Deploy Docs / deploy (push) Failing after 41s
Some checks failed
Deploy Docs / deploy (push) Failing after 41s
This commit is contained in:
parent
6fea770e71
commit
1ca6266464
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ on:
|
|||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: docker
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue