Skip to content

Commit 9e554ba

Browse files
committed
fix: try to use XCode 26.1-beta instead of 26.1.0
1 parent fa9261b commit 9e554ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
cancel-in-progress: true
3434
strategy:
3535
matrix:
36-
config: [{ xcode: "16.4", macos: 15 }, { xcode: "26.1.0", macos: 26 }]
36+
config:
37+
[{ xcode: "16.4", macos: 15 }, { xcode: "26.1-beta", macos: 26 }]
3738
steps:
3839
- uses: actions/checkout@v4
3940
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)