From f605972171ace1d8dd2c98d8b634c897674cff8b Mon Sep 17 00:00:00 2001 From: Matthew Feickert Date: Thu, 5 May 2022 13:03:14 -0500 Subject: [PATCH] ci: Update ReadTheDocs build to Ubuntu 22.04 (#1860) * Use the Docker image ubuntu:22.04 to run the ReadTheDocs build. - c.f. https://twitter.com/readthedocs/status/1522266722635436041 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d71810f28e..a812340c9c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: python: "3.10" apt_packages: