Used Ubuntu 20.04 for docs GitHub action.

This commit is contained in:
Mariusz Felisiak 2022-03-08 09:29:32 +01:00 committed by GitHub
parent 76fda7729e
commit d9fc383a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ concurrency:
jobs:
docs:
# OS must be the same as on djangoproject.com.
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: docs
steps:
- name: Checkout