bump runners inside of eas update flow

This commit is contained in:
Samuel Newman
2025-12-12 17:41:26 +02:00
parent 21c8b806cb
commit a917aaf453
@@ -150,7 +150,7 @@ jobs:
# GitHub actions are horrible so let's just copy paste this in # GitHub actions are horrible so let's just copy paste this in
buildIfNecessaryIOS: buildIfNecessaryIOS:
name: Build and Submit iOS name: Build and Submit iOS
runs-on: macos-26 runs-on: macos-26-large
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-ios group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-ios
cancel-in-progress: true cancel-in-progress: true
@@ -253,7 +253,7 @@ jobs:
buildIfNecessaryAndroid: buildIfNecessaryAndroid:
name: Build and Submit Android name: Build and Submit Android
runs-on: ubuntu-latest runs-on: Linux-x64-32core
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-android group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}-build-android
cancel-in-progress: false cancel-in-progress: false