diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cf740ce174..6d9705b4e2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,11 +51,18 @@ 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: blacksmith-8vcpu-ubuntu-2204 + runs-on: ubuntu-22.04 permissions: write-all steps: - name: Free Disk Space (Ubuntu) uses: jlumbroso/free-disk-space@main + with: + android: true + dotnet: true + haskell: true + large-packages: true + docker-images: true + swap-storage: true - name: Checkout code uses: actions/checkout@main with: