Skip to content

Fix minimum deployments. #153

Fix minimum deployments.

Fix minimum deployments. #153

Workflow file for this run

name: push-and-prs-on-main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Switch to Xcode 15.4
run: sudo xcode-select -s "/Applications/Xcode_15.4.app"
- name: Show SDKs
run: xcodebuild -showsdks
- name: Build iOS / macOS
run: xcodebuild -verbose -scheme SiteApp -destination "generic/platform=iOS Simulator" -destination "generic/platform=macOS" -destination "generic/platform=tvOS Simulator"