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