Change runner environment from 'uv' to 'myst' in serve workflow
All checks were successful
/ serve (push) Successful in 11m10s
All checks were successful
/ serve (push) Successful in 11m10s
This commit is contained in:
parent
d80efd3aa5
commit
59d1294ba8
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ on:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
jobs:
|
jobs:
|
||||||
serve:
|
serve:
|
||||||
runs-on: uv
|
runs-on: myst
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue