mirror of
https://github.com/ppy/osu.git
synced 2024-12-05 10:23:20 +08:00
Use Xcode 15.2
This commit is contained in:
parent
38ed426f8f
commit
ec4f3577c0
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user