Used Ubuntu 18.04 for docs GitHub action.

This commit is contained in:
Mariusz Felisiak 2021-07-29 11:54:14 +02:00 committed by GitHub
parent 4c6a6d5ac7
commit 01eed04155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

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