Skip to content

Update progress on main thread #9

Update progress on main thread

Update progress on main thread #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer
jobs:
build:
name: Build
runs-on: macOS-14
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