diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 21805f4e..dd6f57da 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,7 +37,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Retrieve commit history uses: actions/checkout@v3 @@ -77,7 +77,7 @@ jobs: uses: actions/upload-pages-artifact@v1 deploy: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: build environment: name: github-pages