Skip to content

Fixes #146

Fixes #146 #109

Workflow file for this run

name: tvos-jobs
on:
push:
branches: [ master ]
pull_request:
types: [ opened, synchronize ]
jobs:
build_with_15_0_TVOS:
name: "Xcode version 15.0, Target tvOS [arm64] Target SDK 14.0"
runs-on: macos-13
env:
PLATFORM: TVOS
DEPLOYMENT_TARGET: "14.0"
steps:
- uses: actions/checkout@v2
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Build
run: ./.github/build.sh