mirror of
https://github.com/Hopiu/django.git
synced 2026-04-30 11:44:45 +00:00
Used Ubuntu 20.04 for docs GitHub action.
This commit is contained in:
parent
76fda7729e
commit
d9fc383a5e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue