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 28, 2025
1 parent 72a71b0 commit d1f96f2
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ jobs:
include:
- name: Xcode 15
script: build:starters
iosVersion: '17.5'
iosVersion: '17.0'
iosDeviceModel: iPhone 15
watchOsVersion: '10.5'
watchOsVersion: '10.0'
watchDeviceModel: Apple Watch Series 9 (45mm)
tvOsVersion: '17.5'
tvDeviceModel: Apple TV
Expand All @@ -127,44 +127,44 @@ jobs:
tvDeviceModel: Apple TV
macosVersion: 14
developerDir: CI_XCODE_16
- name: LiveQuery Module, iOS 17
script: test:parse_live_query:ios
iosVersion: '17.5'
iosDeviceModel: iPhone 15
developerDir: CI_XCODE_16
- name: LiveQuery Module, iOS 18
script: test:parse_live_query:ios
iosVersion: '18.1'
iosDeviceModel: iPhone 16
developerDir: CI_XCODE_16
- name: LiveQuery Module, macOS 14
script: test:parse_live_query:osx
macosVersion: 14
developerDir: CI_XCODE_15
- name: LiveQuery Module, macOS 15
script: test:parse_live_query:osx
macosVersion: 15
developerDir: CI_XCODE_16
- name: LiveQuery Module, watchOS 11
script: test:parse_live_query:watchos
watchOsVersion: '11.1'
watchDeviceModel: Apple Watch Series 10 (46mm)
developerDir: CI_XCODE_16
- name: LiveQuery Module, watchOS 10
script: test:parse_live_query:watchos
watchOsVersion: '10.5'
watchDeviceModel: Apple Watch Series 9 (45mm)
developerDir: CI_XCODE_15
- name: LiveQuery Module, tvOS 17.5
script: test:parse_live_query:tvos
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
# - name: LiveQuery Module, iOS 17
# script: test:parse_live_query:ios
# iosVersion: '17.5'
# iosDeviceModel: iPhone 15
# developerDir: CI_XCODE_16
# - name: LiveQuery Module, iOS 18
# script: test:parse_live_query:ios
# iosVersion: '18.1'
# iosDeviceModel: iPhone 16
# developerDir: CI_XCODE_16
# - name: LiveQuery Module, macOS 14
# script: test:parse_live_query:osx
# macosVersion: 14
# developerDir: CI_XCODE_15
# - name: LiveQuery Module, macOS 15
# script: test:parse_live_query:osx
# macosVersion: 15
# developerDir: CI_XCODE_16
# - name: LiveQuery Module, watchOS 11
# script: test:parse_live_query:watchos
# watchOsVersion: '11.1'
# watchDeviceModel: Apple Watch Series 10 (46mm)
# developerDir: CI_XCODE_16
# - name: LiveQuery Module, watchOS 10
# script: test:parse_live_query:watchos
# watchOsVersion: '10.5'
# watchDeviceModel: Apple Watch Series 9 (45mm)
# developerDir: CI_XCODE_15
# - name: LiveQuery Module, tvOS 17.5
# script: test:parse_live_query:tvos
# 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
# - name: Core Module, iOS 17
# script: test:ios
# iosVersion: '17.5'
Expand Down

0 comments on commit d1f96f2

Please sign in to comment.