Skip to content

Commit

Permalink
⬆️ Upgrade Ubuntu version for docs workflow (#5971)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Feb 7, 2023
1 parent 9cb2586 commit 3e4840f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [opened, synchronize]
jobs:
build-docs:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.7"
python-version: "3.11"
- uses: actions/cache@v3
id: cache
with:
Expand Down

0 comments on commit 3e4840f

Please sign in to comment.