Skip to content

Commit 501b8da

Browse files
committed
Use generic destinations
1 parent 1de1b46 commit 501b8da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/xcodebuild.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
strategy:
2020
matrix:
2121
destination:
22-
- platform=macOS
23-
- platform=macOS,arch=x86_64,variant=Mac Catalyst
24-
- name=iPhone 14
25-
- name=Apple TV
22+
- generic/platform=macOS
23+
- generic/platform=macOS,variant=Mac Catalyst
24+
- generic/platform=iOS
25+
- generic/platform=tvOS
2626
runs-on: macos-latest
2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)