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 cdf319a commit 095b2f1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,14 @@ jobs:
watchOsVersion: '10.5'
watchDeviceModel: Apple Watch Series 9 (45mm)
developerDir: CI_XCODE_15
- name: LiveQuery Module, tvOS 10
- name: LiveQuery Module, tvOS 17.5
script: test:parse_live_query:tvos
tvOsVersion: '10.5'
tvOsVersion: '17.5'
tvDeviceModel: Apple TV
developerDir: CI_XCODE_16
- name: LiveQuery Module, tvOS 18.1
script: test:parse_live_query:tvos
tvOsVersion: '18.1'
tvDeviceModel: Apple TV
developerDir: CI_XCODE_16
fail-fast: false
Expand Down

0 comments on commit 095b2f1

Please sign in to comment.