Skip to content

Commit 39486f1

Browse files
committed
WIP
1 parent 3838562 commit 39486f1

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
install: true
4545
- platform: [iOS, 14]
4646
runtime: iOS 14.5
47-
os: macos-13
48-
xcode: 14.3.1
47+
os: macos-12
48+
xcode: 14.2
4949
install: true
5050
- platform: [iOS, 15]
5151
runtime: iOS 15.5
@@ -68,8 +68,8 @@ jobs:
6868
install: true
6969
- platform: [tvOS, 14]
7070
runtime: tvOS 14.5
71-
os: macos-13
72-
xcode: 14.3.1
71+
os: macos-12
72+
xcode: 14.2
7373
install: true
7474
- platform: [tvOS, 15]
7575
runtime: tvOS 15.4
@@ -112,10 +112,10 @@ jobs:
112112
runtime: macOS 13
113113
os: macos-13
114114
xcode: 15.0.1
115-
- platform: [macOS, 14]
116-
runtime: macOS 14
117-
os: macos-14
118-
xcode: 15.4
115+
# - platform: [macOS, 14]
116+
# runtime: macOS 14
117+
# os: macos-14
118+
# xcode: 15.4
119119

120120
# FIXME: this currently hangs on CI
121121
# - platform: [visionos, 1]

fastlane/Fastfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ 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.1)", "iPad Pro (11-inch) (4th generation) (17.0.1)"],
9+
17 => ["iPhone 14 (17.5)", "iPad Pro (11-inch) (4th generation) (17.5)"],
1010
},
1111
"tvos" => {
1212
13 => ["Apple TV (13.4)"],
1313
14 => ["Apple TV (14.5)"],
1414
15 => ["Apple TV (15.4)"],
1515
16 => ["Apple TV (16.4)"],
16-
17 => ["Apple TV (17.0)"],
16+
17 => ["Apple TV (17.5)"],
1717
},
1818
"watchos" => {
1919
7 => ["Apple Watch Series 6 (44mm) (7.4)"],
2020
8 => ["Apple Watch Series 7 (45mm) (8.5)"],
2121
9 => ["Apple Watch Series 8 (45mm) (9.4)"],
22-
10 => ["Apple Watch Series 9 (45mm) (10.0)"],
22+
10 => ["Apple Watch Series 9 (45mm) (10.5)"],
2323
},
2424
"visionos" => {
25-
1 => ["Apple Vision Pro (1.0)"],
25+
1 => ["Apple Vision Pro (1.2)"],
2626
},
2727
}
2828

0 commit comments

Comments
 (0)