Skip to content

Commit d651518

Browse files
committed
ci: Fix build
1 parent a54f842 commit d651518

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- "**"
1010
env:
1111
CI_XCODE_15: /Applications/Xcode_15.4.0.app/Contents/Developer
12-
CI_XCODE_16: /Applications/Xcode_16.1.0.app/Contents/Developer
12+
CI_XCODE_16: /Applications/Xcode_16.4.0.app/Contents/Developer
1313
jobs:
1414
test-xcode:
1515
env:
@@ -31,13 +31,13 @@ jobs:
3131
developerDir: CI_XCODE_15
3232
- name: Xcode 16
3333
script: build:starters
34-
iosVersion: '18.1'
34+
iosVersion: '18.5'
3535
iosDeviceModel: iPhone 16
36-
watchOsVersion: '11.1'
36+
watchOsVersion: '11.5'
3737
watchDeviceModel: Apple Watch Series 10 (46mm)
38-
tvOsVersion: '18.1'
38+
tvOsVersion: '18.5'
3939
tvDeviceModel: Apple TV
40-
macosVersion: 14
40+
macosVersion: 15
4141
developerDir: CI_XCODE_16
4242
# Core Module
4343
- name: Core Module, iOS 17
@@ -48,7 +48,7 @@ jobs:
4848
developerDir: CI_XCODE_16
4949
- name: Core Module, iOS 18
5050
script: test:ios
51-
iosVersion: '18.1'
51+
iosVersion: '18.5'
5252
iosDeviceModel: iPhone 16
5353
macosVersion: 15
5454
developerDir: CI_XCODE_16
@@ -69,7 +69,7 @@ jobs:
6969
developerDir: CI_XCODE_16
7070
- name: LiveQuery Module, iOS 18
7171
script: test:parse_live_query:ios
72-
iosVersion: '18.1'
72+
iosVersion: '18.5'
7373
iosDeviceModel: iPhone 16
7474
macosVersion: 15
7575
developerDir: CI_XCODE_16
@@ -89,7 +89,7 @@ jobs:
8989
developerDir: CI_XCODE_15
9090
- name: LiveQuery Module, watchOS 11
9191
script: test:parse_live_query:watchos
92-
watchOsVersion: '11.1'
92+
watchOsVersion: '11.5'
9393
watchDeviceModel: Apple Watch Series 10 (46mm)
9494
macosVersion: 15
9595
developerDir: CI_XCODE_16
@@ -101,7 +101,7 @@ jobs:
101101
developerDir: CI_XCODE_16
102102
- name: LiveQuery Module, tvOS 18
103103
script: test:parse_live_query:tvos
104-
tvOsVersion: '18.1'
104+
tvOsVersion: '18.5'
105105
tvDeviceModel: Apple TV
106106
macosVersion: 15
107107
developerDir: CI_XCODE_16
@@ -184,7 +184,7 @@ jobs:
184184
plugin: xcode
185185
file: ${{ env.COVERAGE_PATH }}
186186
docs:
187-
runs-on: macos-14
187+
runs-on: macos-15
188188
timeout-minutes: 15
189189
steps:
190190
- uses: actions/checkout@v4

.github/workflows/release-automated.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: [ master, release, alpha, beta ]
55
env:
6-
CI_XCODE_16: /Applications/Xcode_16.1.0.app/Contents/Developer
6+
CI_XCODE_16: /Applications/Xcode_16.4.0.app/Contents/Developer
77

88
jobs:
99
release:

.github/workflows/release-manual-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
default: ''
77
description: 'Version tag:'
88
env:
9-
CI_XCODE_16: /Applications/Xcode_16.1.0.app/Contents/Developer
9+
CI_XCODE_16: /Applications/Xcode_16.4.0.app/Contents/Developer
1010

1111
jobs:
1212
publish-docs:

0 commit comments

Comments
 (0)