summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2022-03-08 09:29:32 +0100
committerGitHub <noreply@github.com>2022-03-08 09:29:32 +0100
commitd9fc383a5e0ad0a570fb2aa0387cabc648053c09 (patch)
tree3e15e8f6e93012fafa37d85e3800b845b4015142 /.github
parent76fda7729e4cdfec715cd92b2c80d851797b05f7 (diff)
downloaddjango-d9fc383a5e0ad0a570fb2aa0387cabc648053c09.tar.gz
Used Ubuntu 20.04 for docs GitHub action.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/docs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index ae83861354..14e4aaa133 100644
--- a/.github/workflows/docs.yml
+++ b/.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