No longer download iOS simulator

https://github.com/actions/runner-images/issues/12862#issuecomment-3211455624
This commit is contained in:
Dan Balasescu
2025-08-22 13:31:43 +09:00
parent 402e97141d
commit 048bd87c2e
2 changed files with 2 additions and 6 deletions

View File

@@ -146,9 +146,7 @@ jobs:
# 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
run: sudo xcode-select -switch /Applications/Xcode_16.4.app
- name: Compile
run: dotnet build -c Debug osu-framework.iOS.slnf

View File

@@ -171,9 +171,7 @@ jobs:
# 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
run: sudo xcode-select -switch /Applications/Xcode_16.4.app
- name: Pack (iOS Framework)
run: dotnet pack -c Release osu.Framework.iOS /p:Version=${{ github.ref_name }} /p:GenerateDocumentationFile=true -o ${{steps.artifactsPath.outputs.nuget_artifacts}}