Skip to content

Commit

Permalink
GH Actions force Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jman012 committed Jan 27, 2024
1 parent 2422d72 commit 8d1b509
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ jobs:
name: tvOS
runs-on: macOS-13
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: xcodebuild -project Wasserflug-tvOS.xcodeproj -scheme Wasserflug-tvOS -destination "generic/platform=tvOS Simulator"
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2'

- name: Build
run: xcodebuild -project Wasserflug-tvOS.xcodeproj -scheme Wasserflug-tvOS -destination "generic/platform=tvOS Simulator"

0 comments on commit 8d1b509

Please sign in to comment.