diff --git a/.github/workflows/NewsReader.CI.yml b/.github/workflows/NewsReader.CI.yml index 1091a5eb..505c8240 100644 --- a/.github/workflows/NewsReader.CI.yml +++ b/.github/workflows/NewsReader.CI.yml @@ -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