From 7e1df06046f6db8de1564bab669ad42ec5c14d75 Mon Sep 17 00:00:00 2001 From: Michael Bagaskoro Edwards <143170516+michael1-0@users.noreply.github.com> Date: Fri, 4 Apr 2025 14:34:10 +0700 Subject: [PATCH] Change deprecated machine to newest --- exampleSite/content/docs/hosting-deployment/index.it.md | 2 +- exampleSite/content/docs/hosting-deployment/index.ja.md | 2 +- exampleSite/content/docs/hosting-deployment/index.md | 2 +- exampleSite/content/docs/hosting-deployment/index.zh-cn.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: