Skip to content

Commit

Permalink
Try running PR build with xcode 15.1 instead of 14.3 (#391)
Browse files Browse the repository at this point in the history
* Try removing the 'xcode-select' call from the macOS PR build pipeline

* Ok, lets try setting it to 15.1 instead
  • Loading branch information
Numpsy authored Jan 31, 2024
1 parent 88669ca commit 04be9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@v4
- name: Setup .NET
Expand Down

0 comments on commit 04be9be

Please sign in to comment.