1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 14:10:33 +08:00

Force Xcode 16.4 on CI

This commit is contained in:
Dan Balasescu
2025-08-16 15:19:40 +09:00
Unverified
parent af27bd1157
commit 1306f56fba
+7
View File
@@ -145,5 +145,12 @@ jobs:
- name: Install .NET Workloads
run: dotnet workload install ios
# https://github.com/dotnet/macios/issues/19157
# https://github.com/actions/runner-images/issues/12758
- name: Use Xcode 16.4
run: |
sudo xcode-select -switch /Applications/Xcode_16.4.app
xcodebuild -downloadPlatform iOS
- name: Build
run: dotnet build -c Debug osu.iOS.slnf