Skip to content

Commit 7538833

Browse files
committed
fix: actually return test
1 parent 4b0e217 commit 7538833

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

+3-2
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,12 @@ jobs:
103103
cancel-in-progress: true
104104
strategy:
105105
matrix:
106-
devices: [
106+
devices:
107+
[
107108
{ ios: 15, xcode: "15.4", macos: 14, runtime: "15.5" },
108109
{ ios: 16, xcode: "15.4", macos: 14, runtime: "16.4" },
109110
{ ios: 17, xcode: "15.4", macos: 14 },
110-
# { ios: 18, xcode: "16.0", macos: 15 },
111+
{ ios: 18, xcode: "16.0", macos: 15 },
111112
]
112113
needs: build
113114
steps:

0 commit comments

Comments
 (0)