1
0
mirror of https://github.com/django/django.git synced 2025-06-14 16:09:12 +00:00

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

View File

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