1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

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

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