Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thudugala authored Feb 17, 2025
1 parent ac3ef1d commit 0e65d58
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

# MAUI iOS Build
build-ios:
runs-on: macos-13
runs-on: macos-latest
name: iOS Build
steps:

Expand All @@ -53,12 +53,6 @@ jobs:

- name: Install MAUI Workload
run: dotnet workload install maui --ignore-failed-sources

- name: Set XCode Version
shell: bash
run: |
sudo xcode-select -s "/Applications/Xcode_16.2.app"
echo "MD_APPLE_SDK_ROOT=/Applications/Xcode_16.2.app" >> $GITHUB_ENV

- name: Restore Dependencies
run: dotnet restore 'Sample/Direct Maui/LocalNotification.Sample/LocalNotification.Sample.csproj'
Expand Down

0 comments on commit 0e65d58

Please sign in to comment.