From 1306f56fba7fa475ae65efde6ebd9dd11709f4f4 Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Sat, 16 Aug 2025 15:19:40 +0900 Subject: [PATCH] Force Xcode 16.4 on CI --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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