From a917aaf453da42754f2ef508dff945209e9a79b4 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Fri, 12 Dec 2025 17:41:26 +0200 Subject: [PATCH] bump runners inside of eas update flow --- .github/workflows/bundle-deploy-eas-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bundle-deploy-eas-update.yml b/.github/workflows/bundle-deploy-eas-update.yml index 3204c7bb81..5af29ca9b8 100644 --- a/.github/workflows/bundle-deploy-eas-update.yml +++ b/.github/workflows/bundle-deploy-eas-update.yml @@ -150,7 +150,7 @@ jobs: # GitHub actions are horrible so let's just copy paste this in buildIfNecessaryIOS: name: Build and Submit iOS - runs-on: macos-26 + runs-on: macos-26-large concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-ios cancel-in-progress: true @@ -253,7 +253,7 @@ jobs: buildIfNecessaryAndroid: name: Build and Submit Android - runs-on: ubuntu-latest + runs-on: Linux-x64-32core concurrency: group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-android cancel-in-progress: false