File tree Expand file tree Collapse file tree 6 files changed +3191
-1488
lines changed
Expand file tree Collapse file tree 6 files changed +3191
-1488
lines changed Original file line number Diff line number Diff line change 11name : Validate 'setup-xamarin'
22on :
3+ push :
4+ branches :
5+ - master
36 pull_request :
47 schedule :
58 - cron : 0 0 * * *
@@ -16,12 +19,12 @@ jobs:
1619 uses : ./
1720 with :
1821 mono-version : 6.6
19- xamarin-ios-version : 13.8
22+ xamarin-ios-version : 14.0
2023 xamarin-mac-version : 6.6
2124 xamarin-android-version : 10.1
2225
2326 - name : Validate versions
24- run : pwsh ./__tests__/validate-xamarin-versions.ps1 "6.6" "13.8 " "6.6" "10.1"
27+ run : pwsh ./__tests__/validate-xamarin-versions.ps1 "6.6" "14.0 " "6.6" "10.1"
2528
2629 xamarin-latest-keyword :
2730 name : xamarin - latest keyword
Original file line number Diff line number Diff line change 11name : Build task
2- on : [pull_request]
2+ on :
3+ push :
4+ branches :
5+ - master
6+ pull_request :
7+ schedule :
8+ - cron : 0 0 * * *
39
410jobs :
511 Build :
Original file line number Diff line number Diff line change 2323 runs-on: macos-latest
2424 steps:
2525 - name: setup-xamarin
26- uses: maxim-lobanov/setup-xamarin@v1.1
26+ uses: maxim-lobanov/setup-xamarin@v1
2727 with:
2828 mono-version: 6.6 # specify version in '<major>.<minor>' format
2929 xamarin-ios-version: 13 # specify version in '<major>' format
You can’t perform that action at this time.
0 commit comments