Skip to content

Example app UI overhaul #513

Example app UI overhaul

Example app UI overhaul #513

Workflow file for this run

name: iOS CI
on:
pull_request:
jobs:
compile-ios-new-arch:
uses: ./.github/workflows/ios-build.yml
secrets: inherit
with:
new-architecture: 1
compile-ios-old-arch:
uses: ./.github/workflows/ios-build.yml
secrets: inherit
with:
new-architecture: 0