From c7c79b400ad74c47ec12369c9293e761eca5bf1f Mon Sep 17 00:00:00 2001 From: Theresa <63280168+sd0ric4@users.noreply.github.com> Date: Wed, 16 Apr 2025 12:04:20 +0800 Subject: [PATCH] fix: update workflow to use ubuntu-24.04 for consistency across all jobs (#4553) * fix: update workflow to use ubuntu-22.04 for consistency across all jobs * fix: update workflows to use ubuntu-24.04 for consistency across all jobs --- .github/workflows/docs-deploy-cf.yml | 2 +- .github/workflows/docs-deploy-kubeconfig.yml | 2 +- .github/workflows/docs-preview.yml | 2 +- .github/workflows/fastgpt-build-image-personal.yml | 2 +- .github/workflows/fastgpt-preview-image.yml | 2 +- .github/workflows/helm-release.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs-deploy-cf.yml b/.github/workflows/docs-deploy-cf.yml index 26627850c..dd0510fb2 100644 --- a/.github/workflows/docs-deploy-cf.yml +++ b/.github/workflows/docs-deploy-cf.yml @@ -18,7 +18,7 @@ jobs: url: ${{ steps.vercel-action.outputs.preview-url }} # The type of runner that the job will run on - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: write diff --git a/.github/workflows/docs-deploy-kubeconfig.yml b/.github/workflows/docs-deploy-kubeconfig.yml index 5a4ff40c2..9caa9fc12 100644 --- a/.github/workflows/docs-deploy-kubeconfig.yml +++ b/.github/workflows/docs-deploy-kubeconfig.yml @@ -73,7 +73,7 @@ jobs: update-docs-image: needs: build-fastgpt-docs-images - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.repository == 'labring/FastGPT' steps: - name: Checkout code diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml index 57940f208..a77a92e65 100644 --- a/.github/workflows/docs-preview.yml +++ b/.github/workflows/docs-preview.yml @@ -22,7 +22,7 @@ jobs: url: ${{ steps.vercel-action.outputs.preview-url }} # The type of runner that the job will run on - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 # Job outputs outputs: diff --git a/.github/workflows/fastgpt-build-image-personal.yml b/.github/workflows/fastgpt-build-image-personal.yml index c1d0390a5..8e94ea9f2 100644 --- a/.github/workflows/fastgpt-build-image-personal.yml +++ b/.github/workflows/fastgpt-build-image-personal.yml @@ -14,7 +14,7 @@ jobs: contents: read attestations: write id-token: write - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 if: github.repository != 'labring/FastGPT' steps: - name: Checkout diff --git a/.github/workflows/fastgpt-preview-image.yml b/.github/workflows/fastgpt-preview-image.yml index 351a79ece..ec9a37189 100644 --- a/.github/workflows/fastgpt-preview-image.yml +++ b/.github/workflows/fastgpt-preview-image.yml @@ -12,7 +12,7 @@ jobs: id-token: write pull-requests: write - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v3 diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index bcbb5b7b6..9c516992e 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -13,7 +13,7 @@ jobs: contents: read attestations: write id-token: write - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - name: Checkout uses: actions/checkout@v4