diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9cd1e132f..0ef87cc53 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -45,7 +45,7 @@ jobs: - build-test if: (contains(toJson(github.event.commits), '[deploy]') || (github.event_name == 'workflow_dispatch' && github.event.inputs.release == 'true')) && !failure() && !cancelled() name: Deploy and Release - runs-on: ubuntu-latest + runs-on: blacksmith-16vcpu-ubuntu-2204 permissions: write-all steps: - name: Free Disk Space (Ubuntu) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a1ae4cf54..b1c79662b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -23,7 +23,7 @@ jobs: - build-test if: (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') && !failure() && !cancelled() name: Deploy and Release Nightly - runs-on: ubuntu-latest + runs-on: blacksmith-16vcpu-ubuntu-2204 permissions: write-all steps: - name: Free Disk Space (Ubuntu)