Skip to content

Commit

Permalink
fix (Laerdal.SetupBuildEnvironment.sh): switch to Xcode_14.3 to cater…
Browse files Browse the repository at this point in the history
… to the capabilities of macos14 in the github-actions ecosystem
  • Loading branch information
ksidirop-laerdal committed Mar 13, 2024
1 parent 9c8c74c commit b5359b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Laerdal.SetupBuildEnvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ echo "** XCode Installations:"

ls -ld /Applications/Xcode* || exit 90

sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_14.3.1.app/Contents/Developer # todo experiment with /Applications/Xcode_15.2.app and see if it works
declare exitCode=$?
if [ $exitCode != 0 ]; then
echo "##vso[task.logissue type=error]Failed to apply 'xcode-select'."
Expand Down

0 comments on commit b5359b5

Please sign in to comment.