Skip to content

Commit

Permalink
NR Build: Use Xcode 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Aug 9, 2024
1 parent 66da003 commit 45322c0
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 @@ -54,7 +54,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set Xcode version
run: |
XCODE_ROOT=/Applications/Xcode_15.2.app
XCODE_ROOT=/Applications/Xcode_15.4.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
- uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 45322c0

Please sign in to comment.