We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de1b46 commit 501b8daCopy full SHA for 501b8da
1 file changed
.github/workflows/xcodebuild.yml
@@ -19,10 +19,10 @@ jobs:
19
strategy:
20
matrix:
21
destination:
22
- - platform=macOS
23
- - platform=macOS,arch=x86_64,variant=Mac Catalyst
24
- - name=iPhone 14
25
- - name=Apple TV
+ - generic/platform=macOS
+ - generic/platform=macOS,variant=Mac Catalyst
+ - generic/platform=iOS
+ - generic/platform=tvOS
26
runs-on: macos-latest
27
steps:
28
- uses: actions/checkout@v4
0 commit comments