Used Ubuntu 18.04 for docs GitHub action.
This commit is contained in:
parent
4c6a6d5ac7
commit
01eed04155
|
@ -12,7 +12,8 @@ on:
|
|||
|
||||
jobs:
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
# OS must be the same as on djangoproject.com.
|
||||
runs-on: ubuntu-18.04
|
||||
name: docs
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue