Skip to content

Commit a7c3889

Browse files
committed
feat: use official XCode 26.1
1 parent 9e554ba commit a7c3889

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)