Skip to content

Commit 271b238

Browse files
authored
[CI] Fix iOS 17 tests (#381)
1 parent 3ced72f commit 271b238

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- platform: [iOS, 15]
5151
runtime: iOS 15.5
5252
os: macos-13
53-
xcode: 15.0
53+
xcode: 15.0.1
5454
install: true
5555
- platform: [iOS, 16]
5656
runtime: iOS 16.4
@@ -59,7 +59,7 @@ jobs:
5959
- platform: [iOS, 17]
6060
runtime: iOS 17.0
6161
os: macos-13
62-
xcode: 15.0
62+
xcode: 15.0.1
6363

6464
- platform: [tvOS, 13]
6565
runtime: tvOS 13.4
@@ -74,16 +74,16 @@ jobs:
7474
- platform: [tvOS, 15]
7575
runtime: tvOS 15.4
7676
os: macos-13
77-
xcode: 15.0
77+
xcode: 15.0.1
7878
install: true
7979
- platform: [tvOS, 16]
8080
runtime: tvOS 16.4
8181
os: macos-13
82-
xcode: 15.0
82+
xcode: 15.0.1
8383
- platform: [tvOS, 17]
8484
runtime: tvOS 17.0
8585
os: macos-13
86-
xcode: 15.0
86+
xcode: 15.0.1
8787

8888
- platform: [macOS, 12]
8989
runtime: macOS 12
@@ -92,7 +92,7 @@ jobs:
9292
- platform: [macOS, 13]
9393
runtime: macOS 13
9494
os: macos-13
95-
xcode: 15.0
95+
xcode: 15.0.1
9696

9797
# FIXME: this currently hangs on CI
9898
# - platform: [visionos, 1]

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ devices = {
66
14 => ["iPhone 12 (14.5)", "iPad Pro (9.7-inch) (14.5)"],
77
15 => ["iPhone SE (3rd generation) (15.5)", "iPad Air (5th generation) (15.5)",],
88
16 => ["iPhone 14 (16.4)", "iPad Pro (11-inch) (4th generation) (16.4)"],
9-
17 => ["iPhone 14 (17.0)", "iPad Pro (11-inch) (4th generation) (17.0)"],
9+
17 => ["iPhone 14 (17.0.1)", "iPad Pro (11-inch) (4th generation) (17.0.1)"],
1010
},
1111
"tvos" => {
1212
13 => ["Apple TV (13.4)"],

0 commit comments

Comments
 (0)