diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d468886d6a..610648cfe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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