Skip to content

Commit 70ad203

Browse files
authored
[ci] Use Xcode 16.1 (#67)
1 parent e91dadd commit 70ad203

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/build.yml

+2-8
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,12 @@ jobs:
3232
cmdline-tools-version: 11076708
3333
packages: 'build-tools;35.0.0'
3434

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

3838
- name: Install MAUI
3939
run: dotnet workload install maui
4040

41-
- name: Install boots
42-
run: dotnet tool update -v:d boots --version 1.1.0.36 --add-source "https://api.nuget.org/v3/index.json" --global
43-
44-
- name: Install Classic XI
45-
run: boots https://download.visualstudio.microsoft.com/download/pr/ceb0ea3f-4db8-46b4-8dc3-8049d27c0107/3960868aa9b1946a6c77668c3f3334ee/xamarin.ios-16.4.0.23.pkg
46-
4741
- name: Install Sharpie
4842
run: brew install objectivesharpie
4943

0 commit comments

Comments
 (0)