Skip to content

Commit

Permalink
[ci] Use Xcode 16.1 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins authored Dec 18, 2024
1 parent e91dadd commit 70ad203
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,12 @@ jobs:
cmdline-tools-version: 11076708
packages: 'build-tools;35.0.0'

- name: Use Xcode 16.0
run: sudo xcode-select -s /Applications/Xcode_16.app/Contents/Developer
- name: Use Xcode 16.1
run: sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer

- name: Install MAUI
run: dotnet workload install maui

- name: Install boots
run: dotnet tool update -v:d boots --version 1.1.0.36 --add-source "https://api.nuget.org/v3/index.json" --global

- name: Install Classic XI
run: boots https://download.visualstudio.microsoft.com/download/pr/ceb0ea3f-4db8-46b4-8dc3-8049d27c0107/3960868aa9b1946a6c77668c3f3334ee/xamarin.ios-16.4.0.23.pkg

- name: Install Sharpie
run: brew install objectivesharpie

Expand Down

0 comments on commit 70ad203

Please sign in to comment.