diff --git a/.github/workflows/github_pages_update.yml b/.github/workflows/github_pages_update.yml index c4a7a3901..3c5d5ef52 100644 --- a/.github/workflows/github_pages_update.yml +++ b/.github/workflows/github_pages_update.yml @@ -25,7 +25,7 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} - runs-on: ubuntu-latest + runs-on: 'ubuntu-22.04' timeout-minutes: 20 steps: - name: Secure the runner