We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80dbadd commit 3ac64ecCopy full SHA for 3ac64ec
1 file changed
.github/workflows/ci.yml
@@ -29,10 +29,10 @@ jobs:
29
destination:
30
- "platform=macOS"
31
- "platform=macOS,variant=Mac Catalyst"
32
- - "platform=iOS Simulator,name=iPhone 16e"
33
- - "platform=tvOS Simulator,name=Apple TV,OS=26.0"
34
- - "platform=watchOS Simulator,name=Apple Watch Series 11 (42mm),OS=26.0"
35
- - "platform=visionOS Simulator,name=Apple Vision Pro,OS=26.0"
+ - "platform=iOS Simulator,name=iPhone 16e,OS=26.2"
+ - "platform=tvOS Simulator,name=Apple TV"
+ - "platform=watchOS Simulator,name=Apple Watch Series 11 (42mm)"
+ - "platform=visionOS Simulator,name=Apple Vision Pro"
36
steps:
37
- uses: actions/checkout@v6
38
- name: Test platform ${{ matrix.destination }}
0 commit comments