Skip to content

Commit

Permalink
ci(doc): pin ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang committed Dec 17, 2024
1 parent 47d029a commit edfef5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Deploy docs
needs: build
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
env:
UV_HTTP_TIMEOUT: 900 # max 15min to install deps
steps:
Expand Down

0 comments on commit edfef5c

Please sign in to comment.