File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,12 @@ jobs:
32
32
cmdline-tools-version : 11076708
33
33
packages : ' build-tools;35.0.0'
34
34
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
37
37
38
38
- name : Install MAUI
39
39
run : dotnet workload install maui
40
40
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
-
47
41
- name : Install Sharpie
48
42
run : brew install objectivesharpie
49
43
You can’t perform that action at this time.
0 commit comments