Skip to content

Commit

Permalink
Build: Use Xcode 16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Jan 26, 2025
1 parent 5e1ca4d commit 217254c
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 217254c

Please sign in to comment.