diff --git a/exampleSite/content/docs/hosting-deployment/index.it.md b/exampleSite/content/docs/hosting-deployment/index.it.md index dd04bc14..e87dde02 100644 --- a/exampleSite/content/docs/hosting-deployment/index.it.md +++ b/exampleSite/content/docs/hosting-deployment/index.it.md @@ -47,7 +47,7 @@ on: jobs: build-deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: diff --git a/exampleSite/content/docs/hosting-deployment/index.ja.md b/exampleSite/content/docs/hosting-deployment/index.ja.md index a5903661..a8866f3c 100644 --- a/exampleSite/content/docs/hosting-deployment/index.ja.md +++ b/exampleSite/content/docs/hosting-deployment/index.ja.md @@ -47,7 +47,7 @@ on: jobs: build-deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: diff --git a/exampleSite/content/docs/hosting-deployment/index.md b/exampleSite/content/docs/hosting-deployment/index.md index dd04bc14..e87dde02 100644 --- a/exampleSite/content/docs/hosting-deployment/index.md +++ b/exampleSite/content/docs/hosting-deployment/index.md @@ -47,7 +47,7 @@ on: jobs: build-deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: diff --git a/exampleSite/content/docs/hosting-deployment/index.zh-cn.md b/exampleSite/content/docs/hosting-deployment/index.zh-cn.md index aa6ce7fb..55be6ece 100644 --- a/exampleSite/content/docs/hosting-deployment/index.zh-cn.md +++ b/exampleSite/content/docs/hosting-deployment/index.zh-cn.md @@ -47,7 +47,7 @@ on: jobs: build-deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: