Skip to content

Commit

Permalink
fix: use newest Xcode/iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Nov 15, 2024
1 parent a1167d1 commit 1996475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios-e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
{ ios: 15, xcode: "15.4", macos: 14, runtime: "15.5" },
{ ios: 16, xcode: "15.4", macos: 14, runtime: "16.4" },
{ ios: 17, xcode: "15.4", macos: 14 },
{ ios: 18, xcode: "16.0", macos: 15 },
{ ios: 18, xcode: "16.1", macos: 15 },
]
needs: build
steps:
Expand Down
2 changes: 1 addition & 1 deletion e2e/.detoxrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ module.exports = {
type: "ios.simulator",
device: {
type: "iPhone 16 Pro",
os: "iOS 18.0",
os: "iOS 18.1",
},
},
attached: {
Expand Down

0 comments on commit 1996475

Please sign in to comment.