Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed May 7, 2024
1 parent 3838562 commit 39486f1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
install: true
- platform: [iOS, 14]
runtime: iOS 14.5
os: macos-13
xcode: 14.3.1
os: macos-12
xcode: 14.2
install: true
- platform: [iOS, 15]
runtime: iOS 15.5
Expand All @@ -68,8 +68,8 @@ jobs:
install: true
- platform: [tvOS, 14]
runtime: tvOS 14.5
os: macos-13
xcode: 14.3.1
os: macos-12
xcode: 14.2
install: true
- platform: [tvOS, 15]
runtime: tvOS 15.4
Expand Down Expand Up @@ -112,10 +112,10 @@ jobs:
runtime: macOS 13
os: macos-13
xcode: 15.0.1
- platform: [macOS, 14]
runtime: macOS 14
os: macos-14
xcode: 15.4
# - platform: [macOS, 14]
# runtime: macOS 14
# os: macos-14
# xcode: 15.4

# FIXME: this currently hangs on CI
# - platform: [visionos, 1]
Expand Down
8 changes: 4 additions & 4 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ devices = {
14 => ["iPhone 12 (14.5)", "iPad Pro (9.7-inch) (14.5)"],
15 => ["iPhone SE (3rd generation) (15.5)", "iPad Air (5th generation) (15.5)",],
16 => ["iPhone 14 (16.4)", "iPad Pro (11-inch) (4th generation) (16.4)"],
17 => ["iPhone 14 (17.0.1)", "iPad Pro (11-inch) (4th generation) (17.0.1)"],
17 => ["iPhone 14 (17.5)", "iPad Pro (11-inch) (4th generation) (17.5)"],
},
"tvos" => {
13 => ["Apple TV (13.4)"],
14 => ["Apple TV (14.5)"],
15 => ["Apple TV (15.4)"],
16 => ["Apple TV (16.4)"],
17 => ["Apple TV (17.0)"],
17 => ["Apple TV (17.5)"],
},
"watchos" => {
7 => ["Apple Watch Series 6 (44mm) (7.4)"],
8 => ["Apple Watch Series 7 (45mm) (8.5)"],
9 => ["Apple Watch Series 8 (45mm) (9.4)"],
10 => ["Apple Watch Series 9 (45mm) (10.0)"],
10 => ["Apple Watch Series 9 (45mm) (10.5)"],
},
"visionos" => {
1 => ["Apple Vision Pro (1.0)"],
1 => ["Apple Vision Pro (1.2)"],
},
}

Expand Down

0 comments on commit 39486f1

Please sign in to comment.