Skip to content

Commit

Permalink
ci-bootstrap: Use Xcode 14.3.1 on macOS 13 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Aug 1, 2023
1 parent a251df5 commit 1cd1e2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ if [ "$(unamer)" = "Darwin" ]; then
# env:
# PROJECT_TYPE: "UEFI"

# TODO: Get rid of 13.2.1 after fully migrating to macOS 12 workers.
if [ "$(uname -r | cut -f1 -d'.')" = "20" ]; then
XCODE_VERSION="13.2.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 1cd1e2b

Please sign in to comment.