Skip to content

Commit

Permalink
ci(dotnet) Set XCode version to 15.1
Browse files Browse the repository at this point in the history
Because of this error: `This version of Microsoft.iOS requires the iOS 17.2 SDK (shipped with Xcode 15.1).`
  • Loading branch information
guillaume-tgl committed Mar 5, 2024
1 parent f51fde1 commit b5a2b10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet-maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.1'
- name: Build demo
run: |
cd dotnet-maui
Expand Down

0 comments on commit b5a2b10

Please sign in to comment.