diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7fd6c35..1ace707 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v3 with: @@ -63,7 +63,7 @@ jobs: path: public deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.ref == 'refs/heads/main' needs: build environment: @@ -83,7 +83,7 @@ jobs: cname: opensource.aoe.com deploy-preview: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository needs: build environment: