Skip to content

Commit 078974e

Browse files
committed
fix build 1
1 parent b4e2e54 commit 078974e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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:
@@ -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

0 commit comments

Comments
 (0)