Skip to content

Commit 08f6257

Browse files
authored
Merge pull request Expensify#68759 from callstack-internal/fix/ios-verify-hybrid-workflow
[No QA] fix: use xcode@16.4 for the verifyHybridApp (ios)
2 parents 8c228cc + 1ef0210 commit 08f6257

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/verifyHybridApp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ jobs:
112112
verify_ios:
113113
name: Verify iOS HybridApp builds on main
114114
runs-on: macos-15-xlarge
115+
env:
116+
DEVELOPER_DIR: /Applications/Xcode_16.4.0.app/Contents/Developer
115117
# Only run on pull requests that are *not* on a fork
116118
if: ${{ !github.event.pull_request.head.repo.fork && github.event_name == 'pull_request' }}
117119
steps:

0 commit comments

Comments
 (0)