Skip to content

Commit

Permalink
add ci for ios 18
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Jul 16, 2024
1 parent 29c0eca commit ef13c87
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ jobs:
runtime: iOS 17.5
os: macos-14
xcode: 15.4
- platform: [iOS, 18]
runtime: iOS 18.0
os: macos-14
xcode: 16.0

- platform: [tvOS, 13]
runtime: tvOS 13.4
Expand All @@ -92,6 +96,10 @@ jobs:
runtime: tvOS 17.5
os: macos-14
xcode: 15.4
- platform: [tvOS, 18]
runtime: tvOS 18.0
os: macos-14
xcode: 16.0

- platform: [watchOS, 8]
runtime: watchOS 8.5
Expand All @@ -106,6 +114,10 @@ jobs:
runtime: watchOS 10.5
os: macos-14
xcode: 15.4
- platform: [watchOS, 11]
runtime: watchOS 11.0
os: macos-14
xcode: 16.0

- platform: [macOS, 12]
runtime: macOS 12
Expand Down
3 changes: 3 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,21 @@ devices = {
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.5)", "iPad Pro (11-inch) (4th generation) (17.5)"],
18 => ["iPhone 15 (18.0)", "iPad Pro 11-inch (M4) (18.0)"],
},
"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.5)"],
18 => ["Apple TV (18.0)"],
},
"watchos" => {
8 => ["Apple Watch Series 7 (45mm) (8.5)"],
9 => ["Apple Watch Series 8 (45mm) (9.4)"],
10 => ["Apple Watch Series 9 (45mm) (10.5)"],
11 => ["Apple Watch Series 9 (45mm) (11.0)"],
},
"visionos" => {
1 => ["Apple Vision Pro (1.2)"],
Expand Down

0 comments on commit ef13c87

Please sign in to comment.