Use Xcode 15.2

This commit is contained in:
Dan Balasescu 2024-02-02 02:09:00 +09:00
parent 38ed426f8f
commit ec4f3577c0
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -136,5 +136,8 @@ jobs:
- name: Install .NET Workloads
run: dotnet workload install maui-ios
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
- name: Build
run: dotnet build -c Debug osu.iOS