Skip to content

Run preternatural GitHub action to build for all platforms #112

Run preternatural GitHub action to build for all platforms

Run preternatural GitHub action to build for all platforms #112

Workflow file for this run

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@v4
- name: Run my action
uses: PreternaturalAI/github-action/preternatural-build@fix-commands-and-logging
with:
xcode-version: '16'
configurations: '["debug"]'