Skip to content

Commit

Permalink
Build: Set Xcode to 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Dec 27, 2024
1 parent 7041a4b commit 4f8359a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NewsReader.CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: ⚙️ Set Xcode version
run: |
XCODE_ROOT=/Applications/Xcode_16.1.app
XCODE_ROOT=/Applications/Xcode_16.2.app
echo "MD_APPLE_SDK_ROOT=$XCODE_ROOT" >> $GITHUB_ENV # set environment variable to specify Xcode for Mono and Xamarin
sudo xcode-select -s $XCODE_ROOT
Expand Down

0 comments on commit 4f8359a

Please sign in to comment.