Skip to content

Commit

Permalink
Explicit Xcode version and no visionOS
Browse files Browse the repository at this point in the history
  • Loading branch information
lickel committed Sep 26, 2024
1 parent 62491e8 commit 135c788
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- tvOS
- watchOS
- macOS
- visionOS
#- visionOS # These runtimes are missing?
runs-on: macos-latest
steps:
- name: Checkout
Expand All @@ -29,7 +29,8 @@ jobs:
with:
platform: ${{ matrix.platform }}
scheme: FetchRequests-${{ matrix.platform }}
swift: ~6.0
#swift: ~6.0
xcode: '16.0.0' # It's currently preferring 16.1 beta
action: test
code-coverage: true
- name: Code Coverage
Expand All @@ -56,6 +57,7 @@ jobs:
with:
platform: iOS
scheme: iOS Example
swift: ~6.0
#swift: ~6.0
xcode: '16.0.0' # It's currently preferring 16.1 beta
action: build
working-directory: Example

0 comments on commit 135c788

Please sign in to comment.