Skip to content

Commit

Permalink
[CI] Set Xcode version to 16.1 (#3319)
Browse files Browse the repository at this point in the history
## Description

For some reason some of our checks on CI are executed on Xcode 16.2 - those checks fail. Setting version to 16.1 resolves this problem (this is temporary solution).

## Test plan

Check that CI passes.
  • Loading branch information
m-bert authored Jan 10, 2025
1 parent c3ced78 commit f78e1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Use latest stable Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
xcode-version: '16.1'
- name: Use Node.js 18
uses: actions/setup-node@v2
with:
Expand Down

0 comments on commit f78e1b3

Please sign in to comment.