diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7ba25e23..079e1824 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ on: jobs: build-deploy: name: Build and Deploy - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 8000ec91..b287bb86 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -5,7 +5,7 @@ on: [push] jobs: build: name: Build Example Site - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: