Use long-lived runners for TestFlight waits
Some checks failed
Build Rust / Cargo Test (push) Successful in 4m4s
Build Site / Next.js Build (push) Failing after 4s
Lint Governance / BEP Metadata (push) Successful in 1s
Cache: Publish Nix / Publish Nix Cache (push) Successful in 3m13s

This commit is contained in:
Conrad Kramer 2026-06-07 19:49:22 -07:00
parent 99499b78f9
commit feb64febc4
5 changed files with 23 additions and 11 deletions

View file

@ -223,7 +223,7 @@ jobs:
name: Release (TestFlight iOS Testers)
needs: upload-app-store
if: ${{ inputs.upload_app_store == 'true' }}
runs-on: namespace-profile-linux-medium
runs-on: namespace-profile-linux-testflight
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4
@ -261,7 +261,7 @@ jobs:
distribute-ios-testflight:
name: Distribute (TestFlight iOS Testers)
if: ${{ inputs.upload_app_store != 'true' && inputs.distribute_testflight == 'true' }}
runs-on: namespace-profile-linux-medium
runs-on: namespace-profile-linux-testflight
steps:
- name: Checkout
uses: https://code.forgejo.org/actions/checkout@v4