Skip to content

Commit

Permalink
Build: use Xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 authored Jan 18, 2024
1 parent fe43f55 commit cd3c767
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@v3
- name: Set Xcode version
run: |
XCODE_ROOT=/Applications/Xcode_15.0.1.app
XCODE_ROOT=/Applications/Xcode_15.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
- uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit cd3c767

Please sign in to comment.