Skip to content

Commit

Permalink
Update note
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg authored Jul 25, 2023
1 parent f8aaf0c commit 1d6a345
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ if [ "$(unamer)" = "Darwin" ]; then
# env:
# PROJECT_TYPE: "UEFI"

if [ "$(uname -r | cut -f1 -d'.')" = "22" ]; then
XCODE_VERSION="14.3.1"
else
# TODO: Get rid of 13.4.1 after fully migrating to macOS 13 workers.
if [ "$(uname -r | cut -f1 -d'.')" = "21" ]; then
XCODE_VERSION="13.4.1"
else
XCODE_VERSION="14.3.1"
fi

case "${PROJECT_TYPE}" in
Expand Down

0 comments on commit 1d6a345

Please sign in to comment.