We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e2e54 commit 078974eCopy full SHA for 078974e
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
- "**"
10
env:
11
CI_XCODE_15: /Applications/Xcode_15.4.0.app/Contents/Developer
12
- CI_XCODE_16: /Applications/Xcode_16.1.0.app/Contents/Developer
+ CI_XCODE_16: /Applications/Xcode_16.4.0.app/Contents/Developer
13
jobs:
14
test-xcode:
15
@@ -48,7 +48,7 @@ jobs:
48
developerDir: CI_XCODE_16
49
- name: Core Module, iOS 18
50
script: test:ios
51
- iosVersion: '18.1'
+ iosVersion: '18.5'
52
iosDeviceModel: iPhone 16
53
macosVersion: 15
54
0 commit comments