diff --git a/.github/workflows/pull-requests.yml b/.github/workflows/pull-requests.yml index 78543078..95a7a2bd 100644 --- a/.github/workflows/pull-requests.yml +++ b/.github/workflows/pull-requests.yml @@ -11,7 +11,7 @@ jobs: steps: - name: xCode - run: sudo xcode-select -s /Applications/Xcode_14.3.app/Contents/Developer/ + run: sudo xcode-select -s /Applications/Xcode_15.1.app/Contents/Developer/ - uses: actions/checkout@v2 - name: Setup .NET