Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NR Build: Use Xcode 15.4
Browse files Browse the repository at this point in the history
jbe2277 authored Aug 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 7c89d9d commit 6918e54
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
@@ -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

0 comments on commit 6918e54

Please sign in to comment.