From 97eba189734ccef9671db8ca91c259d784f5544c Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Mon, 27 Jan 2025 21:08:32 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20e4efe28..65906f43c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -124,8 +125,9 @@ 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 @@ -133,8 +135,9 @@ jobs: 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 @@ -142,6 +145,7 @@ jobs: 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