Skip to content

Commit

Permalink
Remove macos builder
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnoyingRain5 committed Nov 29, 2023
1 parent 601d29a commit 60ebb5c
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,34 +87,3 @@ jobs:
with:
name: CrankItUp-Windows
path: CrankItUp.Desktop/bin/Debug/net6.0/*

build-ios:

runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- name: Set default Xamarin SDK versions
run: |
$VM_ASSETS/select-xamarin-sdk-v2.sh --mono=6.12
- name: Set default Xcode 14.0.1
run: |
XCODE_ROOT=/Applications/Xcode_14.0.1.app
echo "MD_APPLE_SDK_ROOT=$XCODE_ROOT" >> $GITHUB_ENV
sudo xcode-select -s $XCODE_ROOT
- name: Setup .NET Core SDK 6.0.x
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x

- name: Install dependencies
run: nuget restore
- name: Build
run: msbuild CrankItUp.iOS /p:BuildIpa=True /p:IpaPackageDir=/bin /p:IpaPackageName=CrankItUp.ipa /p:Platform=iPhone /p:Configuration=Release /t:Build

- uses: actions/[email protected]
with:
name: CrankItUp-iOS
path: bin/CrankItUp.ipa

0 comments on commit 60ebb5c

Please sign in to comment.