From 9a7e091bb8895f35e638644f1eb528b97a81f056 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Mon, 29 Jan 2024 10:54:30 -0800 Subject: [PATCH] [CI] Uplift Ubuntu version for GH pages workflow. (#12522) This should fix the installation of GitHub Actions dependencies broken by recent updates. See https://github.com/intel/llvm/pull/12498#issuecomment-1914328314 for more details. --- .github/workflows/gh_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh_pages.yml b/.github/workflows/gh_pages.yml index 017cd66db6228..d0d4a130d6f78 100644 --- a/.github/workflows/gh_pages.yml +++ b/.github/workflows/gh_pages.yml @@ -13,7 +13,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest if: github.repository == 'intel/llvm' steps: - uses: actions/checkout@v4