Skip to content

Commit

Permalink
Use concrete destinations
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Mar 3, 2024
1 parent 8532131 commit 493b1e2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/xcodebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
matrix:
destination:
- generic/platform=macOS
- generic/platform=macOS,variant=Mac Catalyst
- generic/platform=iOS
- generic/platform=tvOS
- generic/platform=watchOS
- platform=macOS
- platform=macOS,variant=Mac Catalyst
- name=iPhone 14
- name=Apple TV
- name=Apple Watch Series 8 - 44mm
steps:
- uses: actions/checkout@v4
- name: Build
Expand Down

0 comments on commit 493b1e2

Please sign in to comment.