Sfoglia il codice sorgente

Used Ubuntu 20.04 for docs GitHub action.

Mariusz Felisiak 3 anni fa
parent
commit
d9fc383a5e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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