From 8ef9be657d8bff79b5adf5e9e0873c73f0597c89 Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:03:38 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 54 +++++++++++++--------------------------- 1 file changed, 17 insertions(+), 37 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 587da7007..20e4efe28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,13 +125,26 @@ jobs: tvOsVersion: '18.1' tvDeviceModel: Apple TV developerDir: CI_XCODE_16 - - name: Core Module, iOS 17 - script: test:ios + - name: LiveQuery Module Build, iOS 17, 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 + developerDir: CI_XCODE_15 + - name: LiveQuery Module Build, iOS 18, 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 developerDir: CI_XCODE_16 - - name: LiveQuery Module, iOS 17 - script: test:parse_live_query:ios + - name: Core Module, iOS 17 + script: test:ios iosVersion: '17.5' iosDeviceModel: iPhone 15 developerDir: CI_XCODE_16 @@ -140,47 +153,14 @@ jobs: iosVersion: '18.1' iosDeviceModel: iPhone 16 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: Core Module, macOS 14 script: test:macos macosVersion: 14 developerDir: CI_XCODE_16 - - name: LiveQuery Module, macOS 14 - script: test:parse_live_query:osx - macosVersion: 14 - developerDir: CI_XCODE_16 - name: Core Module, macOS 15 script: test:macos macosVersion: 15 developerDir: CI_XCODE_16 - - 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 - script: test:parse_live_query:tvos - tvOsVersion: '17.5' - tvDeviceModel: Apple TV - developerDir: CI_XCODE_16 - - name: LiveQuery Module, tvOS 18 - script: test:parse_live_query:tvos - tvOsVersion: '18.1' - tvDeviceModel: Apple TV - developerDir: CI_XCODE_16 fail-fast: false runs-on: macos-${{ matrix.macosVersion || 14 }} name: ${{ matrix.name }}