Removed manual arch setting for ASM (#224) #125
This file contains hidden or 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: tvos-jobs | |
| on: | |
| push: | |
| branches: [ master ] | |
| pull_request: | |
| types: [ opened, synchronize ] | |
| jobs: | |
| build_with_15_0_1_TVOS: | |
| name: "Xcode version 15.0.1, 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.1' | |
| - name: Build | |
| run: ./.github/build.sh |