Skip to content

Commit 07b66c8

Browse files
committed
Use new existing versions
1 parent 4584779 commit 07b66c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
destination: 'macOS'
5353
label: 'macOS'
5454
- xcode: '26.0.1'
55-
destination: 'iOS Simulator,name=iPhone 17,OS=26.0'
56-
label: 'iOS 26.0'
55+
destination: 'iOS Simulator,name=iPhone 17,OS=26.0.1'
56+
label: 'iOS 26.0.1'
5757
- xcode: '26.0.1'
58-
destination: 'tvOS Simulator,name=Apple TV 4K (3rd generation),OS=26.0'
59-
label: 'tvOS 26.0'
58+
destination: 'tvOS Simulator,name=Apple TV 4K (3rd generation),OS=26.0.1'
59+
label: 'tvOS 26.0.1'
6060
- xcode: '26.0.1'
61-
destination: 'watchOS Simulator,name=Apple Watch Series 11 (42mm),OS=26.0'
62-
label: 'watchOS 26.0'
61+
destination: 'watchOS Simulator,name=Apple Watch Series 11 (42mm),OS=26.0.1'
62+
label: 'watchOS 26.0.1'
6363

6464
- xcode: '26.1.1'
6565
destination: 'macOS'

0 commit comments

Comments
 (0)