PlayHT Integration #147
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Preternatural Build | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
workflow_dispatch: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
runs-on: ghcr.io/cirruslabs/macos-runner:sonoma | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Run Preternatural Build (Xcode 16) | |
uses: PreternaturalAI/github-action/preternatural-build@main | |
with: | |
xcode-version: '16' | |
platforms: '["all"]' | |
configurations: '["debug"]' |