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 e953477 commit c2bdb8b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,26 @@ jobs:
- name: Xcode 16
script: build:starters
developerDir: CI_XCODE_16
- name: iOS 17, iPhone 15
- name: Core Module, iOS 17, iPhone 15
script: test:ios
iosVersion: '17.5'
deviceModel: iPhone 15
developerDir: CI_XCODE_16
- name: iOS 18, iPhone 16
- name: LiveQuery Module, iOS 17, iPhone 15
script: test:parse_live_query:ios
iosVersion: '17.5'
deviceModel: iPhone 15
developerDir: CI_XCODE_16
- name: Core Module, iOS 18, iPhone 16
script: test:ios
iosVersion: '18.1'
deviceModel: iPhone 16
developerDir: CI_XCODE_16
- name: LiveQuery Module, iOS 18, iPhone 16
script: test:parse_live_query:ios
iosVersion: '18.1'
deviceModel: iPhone 16
developerDir: CI_XCODE_16
- name: macOS 14
script: test:macos
macosVersion: 14
Expand Down

0 comments on commit c2bdb8b

Please sign in to comment.