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