From deeb27283db26f4d3c931f64c2dd2f1e5b7aef33 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Duc Date: Sat, 5 Jul 2025 16:39:11 +0700 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: