diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 377f2bfeb..344736312 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,18 +81,18 @@ jobs: 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) - macosVersion: 15 - developerDir: CI_XCODE_16 - name: LiveQuery Module, watchOS 10 script: test:parse_live_query:watchos watchOsVersion: '10.5' watchDeviceModel: Apple Watch Series 9 (45mm) macosVersion: 15 developerDir: CI_XCODE_15 + - name: LiveQuery Module, watchOS 11 + script: test:parse_live_query:watchos + watchOsVersion: '11.1' + watchDeviceModel: Apple Watch Series 10 (46mm) + macosVersion: 15 + developerDir: CI_XCODE_16 - name: LiveQuery Module, tvOS 17 script: test:parse_live_query:tvos tvOsVersion: '17.5'