From 87cba100bac66b93efb9e16e2f0459623d7c8e04 Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Thu, 20 Oct 2022 19:14:15 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1241c5f..800640e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,4 +29,4 @@ jobs: - name: 🚀 Build mobile working-directory: apps/mobile - run: eas build --non-interactive --wait --platform=${{ github.event.inputs.platform }} --profile=${{ github.event.inputs.profile }} + run: eas build --non-interactive --wait --resource-class m1-experimental --platform=${{ github.event.inputs.platform }} --profile=${{ github.event.inputs.profile }}