File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717jobs :
1818 swift-sdk :
1919 name : Swift Package - latest
20- runs-on : macos-15
20+ runs-on : macos-26
2121 strategy :
2222 matrix :
2323 config :
@@ -79,11 +79,11 @@ jobs:
7979 working-directory : packages/sdk-platforms/rust/zksync-sso
8080
8181 - name : Select Xcode 16.3
82- run : sudo xcode-select -s /Applications/Xcode_16.3 .app
82+ run : sudo xcode-select -s /Applications/Xcode_26 .app
8383
8484 - name : Select Simulator
8585 run : |
86- UDID=$(xcrun simctl list devices | awk '/-- iOS 18.4 --/{flag=1; next} /--/{flag=0} flag' | grep "iPhone 16 Pro" | awk -F '[()]' '{print $2}' | head -1)
86+ UDID=$(xcrun simctl list devices | awk '/-- iOS 18.6 --/{flag=1; next} /--/{flag=0} flag' | grep "iPhone 17 Pro" | awk -F '[()]' '{print $2}' | head -1)
8787 if [ -z "$UDID" ]; then
8888 echo "Simulator not found!" >&2
8989 exit 1
You can’t perform that action at this time.
0 commit comments