Parcourir la source

Used Ubuntu 18.04 for docs GitHub action.

Mariusz Felisiak il y a 3 ans
Parent
commit
01eed04155
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .github/workflows/docs.yml

+ 2 - 1
.github/workflows/docs.yml

@@ -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