Skip to content

Commit b6f8f76

Browse files
committed
chore: update macos runner and xcode version
1 parent 6a3d236 commit b6f8f76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
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

0 commit comments

Comments
 (0)