Skip to content

Commit df2416e

Browse files
authored
Build/NR: Update to use Xcode 16.4
1 parent 5379ecc commit df2416e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NewsReader.CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141

142142
- name: ⚙️ Set Xcode version
143143
run: |
144-
XCODE_ROOT=/Applications/Xcode_16.3.app
144+
XCODE_ROOT=/Applications/Xcode_16.4.app
145145
echo "MD_APPLE_SDK_ROOT=$XCODE_ROOT" >> $GITHUB_ENV # set environment variable to specify Xcode for Mono and Xamarin
146146
sudo xcode-select -s $XCODE_ROOT
147147

0 commit comments

Comments
 (0)