Skip to content

Commit

Permalink
ci-bootstrap: Stick to 15.2 because current default download of Cover…
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebeaton committed Nov 24, 2024
1 parent eb74fb2 commit 1b6d604
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ci-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ if [ "$(unamer)" = "Darwin" ]; then
if [ "$(uname -r | cut -f1 -d'.')" = "21" ]; then
XCODE_VERSION="13.4.1"
else
XCODE_VERSION="15.4.0"
# Stick to 15.2 because current default download version of Coverity cannot support higher yet:
# https://sig-synopsys.my.site.com/community/s/article/coverity-capture-failed-for-Xcode-15-4-version-on-Mac-OS
# https://documentation.blackduck.com/bundle/coverity-docs/page/webhelp-files/relnotes_latest.html#:~:text=Bug%20fixes-,CAP%2D2296,-Reported%20in%20version
XCODE_VERSION="15.2.0"
fi

case "${PROJECT_TYPE}" in
Expand Down

0 comments on commit 1b6d604

Please # to comment.