From d5ffe1b8a8d564ffd902ed96410dd63639224210 Mon Sep 17 00:00:00 2001 From: warriorstar-orion Date: Wed, 28 Jan 2026 00:08:10 -0500 Subject: [PATCH] update runner for codedocs (#31525) --- .github/workflows/generate_autodoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/generate_autodoc.yml b/.github/workflows/generate_autodoc.yml index 4b943bf752c..388dc302765 100644 --- a/.github/workflows/generate_autodoc.yml +++ b/.github/workflows/generate_autodoc.yml @@ -8,7 +8,7 @@ on: jobs: generate_docs: name: 'Generate Documentation' - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: 'Update Branch' uses: actions/checkout@v6