From 913a307edd1d88132673124db44918dedd4811c9 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Mon, 7 Jul 2025 06:57:53 +0700 Subject: [PATCH] Update runner to ubuntu-24.04 Signed-off-by: Viet Nguyen Duc --- .github/workflows/deploy.yml | 2 +- .github/workflows/nightly.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4b6a60b7c..d88ded34e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: - build-test if: (contains(toJson(github.event.commits), '[deploy]') == true || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled() name: Deploy and Release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: write-all steps: - name: Free Disk Space (Ubuntu) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 80fd0dc12..3803f72dd 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -24,7 +24,7 @@ jobs: - build-test if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && !failure() && !cancelled() name: Deploy and Release Nightly - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: write-all steps: - name: Free Disk Space (Ubuntu)