mirror of
https://github.com/SK-la/osu-framework.git
synced 2026-03-13 11:20:31 +00:00
No longer download iOS simulator
https://github.com/actions/runner-images/issues/12862#issuecomment-3211455624
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -146,9 +146,7 @@ jobs:
|
|||||||
# https://github.com/dotnet/macios/issues/19157
|
# https://github.com/dotnet/macios/issues/19157
|
||||||
# https://github.com/actions/runner-images/issues/12758
|
# https://github.com/actions/runner-images/issues/12758
|
||||||
- name: Use Xcode 16.4
|
- name: Use Xcode 16.4
|
||||||
run: |
|
run: sudo xcode-select -switch /Applications/Xcode_16.4.app
|
||||||
sudo xcode-select -switch /Applications/Xcode_16.4.app
|
|
||||||
xcodebuild -downloadPlatform iOS
|
|
||||||
|
|
||||||
- name: Compile
|
- name: Compile
|
||||||
run: dotnet build -c Debug osu-framework.iOS.slnf
|
run: dotnet build -c Debug osu-framework.iOS.slnf
|
||||||
|
|||||||
4
.github/workflows/deploy-pack.yml
vendored
4
.github/workflows/deploy-pack.yml
vendored
@@ -171,9 +171,7 @@ jobs:
|
|||||||
# https://github.com/dotnet/macios/issues/19157
|
# https://github.com/dotnet/macios/issues/19157
|
||||||
# https://github.com/actions/runner-images/issues/12758
|
# https://github.com/actions/runner-images/issues/12758
|
||||||
- name: Use Xcode 16.4
|
- name: Use Xcode 16.4
|
||||||
run: |
|
run: sudo xcode-select -switch /Applications/Xcode_16.4.app
|
||||||
sudo xcode-select -switch /Applications/Xcode_16.4.app
|
|
||||||
xcodebuild -downloadPlatform iOS
|
|
||||||
|
|
||||||
- name: Pack (iOS Framework)
|
- 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}}
|
run: dotnet pack -c Release osu.Framework.iOS /p:Version=${{ github.ref_name }} /p:GenerateDocumentationFile=true -o ${{steps.artifactsPath.outputs.nuget_artifacts}}
|
||||||
|
|||||||
Reference in New Issue
Block a user