Преглед изворни кода

Used Ubuntu 20.04 for docs GitHub action.

Mariusz Felisiak пре 3 година
родитељ
комит
d9fc383a5e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/docs.yml

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

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