Skip to content

Update CI

Update CI #11

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Build
runs-on: macOS-15
strategy:
matrix:
destination:
- "generic/platform=iOS"
- "platform=macOS"
steps:
- uses: actions/checkout@v3
- name: Build platform ${{ matrix.destination }}
run: set -o pipefail && xcodebuild build -scheme Upscaling -destination "${{ matrix.destination }}" | xcbeautify --renderer github-actions