diff options
| author | David Smith <39445562+smithdc1@users.noreply.github.com> | 2024-11-27 18:20:49 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-27 15:20:49 -0300 |
| commit | 73d532d9a92d4d472564f3251499a428d1da9835 (patch) | |
| tree | cc16bd4f5af5c9f486961bc595fceba4f72ec5e3 /.github/workflows/docs.yml | |
| parent | e9ed5da3cb0d037d274e5af42d9f09b70a09ebc2 (diff) | |
Upgraded to Python 3.12, Ubuntu 24.04, and enabled fail_on_warning for docs builds.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f61692ef79..46c2cf8707 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,8 +21,7 @@ permissions: jobs: docs: - # OS must be the same as on djangoproject.com. - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 name: docs steps: - name: Checkout |
