Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza committed Jan 27, 2025
1 parent 8ef9be6 commit 97eba18
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ jobs:
watchDeviceModel: Apple Watch Series 9 (45mm)
tvOsVersion: '17.5'
tvDeviceModel: Apple TV
macosVersion: 14
developerDir: CI_XCODE_15
- name: Xcode 16
script: build:starters
Expand All @@ -124,24 +125,27 @@ jobs:
watchDeviceModel: Apple Watch Series 10 (46mm)
tvOsVersion: '18.1'
tvDeviceModel: Apple TV
macosVersion: 15
developerDir: CI_XCODE_16
- name: LiveQuery Module Build, iOS 17, watchOS 10, tvOS 17
- name: LiveQuery Module Build, iOS 17, macOS 14, watchOS 10, tvOS 17
script: build:starters
iosVersion: '17.5'
iosDeviceModel: iPhone 15
watchOsVersion: '10.5'
watchDeviceModel: Apple Watch Series 9 (45mm)
tvOsVersion: '17.5'
tvDeviceModel: Apple TV
macosVersion: 14
developerDir: CI_XCODE_15
- name: LiveQuery Module Build, iOS 18, watchOS 11, tvOS 18
- name: LiveQuery Module Build, iOS 18, macOS 15, watchOS 11, tvOS 18
script: build:starters
iosVersion: '18.1'
iosDeviceModel: iPhone 16
watchOsVersion: '11.1'
watchDeviceModel: Apple Watch Series 10 (46mm)
tvOsVersion: '18.1'
tvDeviceModel: Apple TV
macosVersion: 15
developerDir: CI_XCODE_16
- name: Core Module, iOS 17
script: test:ios
Expand Down

0 comments on commit 97eba18

Please sign in to comment.