Skip to content

Commit

Permalink
Merge pull request #6379 from smoogipoo/fix-ios-ci-build
Browse files Browse the repository at this point in the history
Fix iOS CI build
  • Loading branch information
smoogipoo authored Sep 27, 2024
2 parents fbfb0ef + afa0526 commit e4cbe94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,5 +145,8 @@ jobs:
# see https://github.com/xamarin/xamarin-macios/issues/16400.
run: dotnet workload install ios

- name: Select Xcode 16
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer

- name: Compile
run: dotnet build -c Debug osu-framework.iOS.slnf
3 changes: 3 additions & 0 deletions .github/workflows/deploy-pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,9 @@ jobs:
# see https://github.com/xamarin/xamarin-macios/issues/16400.
run: dotnet workload install ios

- name: Select Xcode 16
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer

- 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}}

Expand Down

0 comments on commit e4cbe94

Please sign in to comment.