File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 6666 example :
6767 runs-on : macos-15
6868 env :
69- DEVELOPER_DIR : /Applications/Xcode_16.4 .app/Contents/Developer
69+ DEVELOPER_DIR : /Applications/Xcode_26.0.1 .app/Contents/Developer
7070 strategy :
7171 fail-fast : false
7272 matrix :
9393 strategy :
9494 fail-fast : false
9595 matrix :
96- xcode : ["16.4", "15.4"]
96+ xcode : ["26.0.1", " 16.4", "15.4"]
9797 platform : [iphoneos, iphonesimulator]
9898 arch : [x86_64, arm64]
9999 exclude :
@@ -129,10 +129,11 @@ jobs:
129129 cocoapods :
130130 runs-on : macos-15
131131 env :
132- DEVELOPER_DIR : /Applications/Xcode_16.4 .app/Contents/Developer
132+ DEVELOPER_DIR : /Applications/Xcode_26.0.1 .app/Contents/Developer
133133 steps :
134134 - uses : actions/checkout@v4
135135 - name : " CocoaPods: pod lib lint"
136136 run : pod lib lint --allow-warnings --verbose
137137 - name : " CocoaPods: pod spec lint"
138138 run : pod spec lint --allow-warnings --verbose
139+
You can’t perform that action at this time.
0 commit comments