Skip to content

Commit

Permalink
update xcode for ios build to have sdk 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed May 30, 2022
1 parent 3ae630c commit 8a08100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ jobs:
displayName: 'Clone submodules'
- script: |
sudo xcode-select -s /Applications/Xcode_12.1.1.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_13.2.1.app/Contents/Developer
mkdir build && cd build;
mkdir flatc && cd flatc;
cmake ../../third_party/flatbuffers -G Xcode -T buildsystem=1
Expand Down

0 comments on commit 8a08100

Please sign in to comment.