From df4b59d93eb3db2879049bf1c5b491094ac017cc Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 29 Nov 2022 14:54:20 -0500 Subject: [PATCH] docs: Update build operating system. Co-authored-by: Carlos Muniz --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0fb5935c36..94ace67974 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,7 +1,7 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: python: "3.8"