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)