]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆️ Upgrade Ubuntu version for docs workflow (#5971)
authorSebastián Ramírez <tiangolo@gmail.com>
Tue, 7 Feb 2023 16:46:03 +0000 (17:46 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Feb 2023 16:46:03 +0000 (16:46 +0000)
.github/workflows/build-docs.yml

index b9bd521b3fd6e191bb5634d8681768db789ffbcf..68a180e3802762cdbc9ac2c791f6875b7910f156 100644 (file)
@@ -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:
@@ -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: