Skip to content

Commit 823bc17

Browse files
committed
fix: use newest Xcode/iOS
1 parent bdaf239 commit 823bc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ios-e2e-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
{ ios: 15, xcode: "15.4", macos: 14, runtime: "15.5" },
109109
{ ios: 16, xcode: "15.4", macos: 14, runtime: "16.4" },
110110
{ ios: 17, xcode: "15.4", macos: 14 },
111-
{ ios: 18, xcode: "16.0", macos: 15 },
111+
{ ios: 18, xcode: "16.1", macos: 15 },
112112
]
113113
needs: build
114114
steps:

0 commit comments

Comments
 (0)