From 02ae7eb5a5e5fcf814d624a77a1101b5efcc2080 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 25 Feb 2025 10:06:47 +0000 Subject: [PATCH] Upgrade GitHub Actions Ubuntu version The Ubuntu 20.04 Actions runner image will begin deprecation on 2025-02-01 and will be fully unsupported by 2025-04-01: https://github.com/actions/runner-images/issues/11101 --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4ce9477265..86fb351dce 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -7,7 +7,7 @@ on: jobs: pages: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}