Skip to content

Commit 719c9a2

Browse files
author
Maxim Lobanov
committed
update @actions/core to 1.2.6
1 parent 6998260 commit 719c9a2

File tree

6 files changed

+3191
-1488
lines changed

6 files changed

+3191
-1488
lines changed

.github/workflows/test.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Validate 'setup-xamarin'
22
on:
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

.github/workflows/workflow.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Build task
2-
on: [pull_request]
2+
on:
3+
push:
4+
branches:
5+
- master
6+
pull_request:
7+
schedule:
8+
- cron: 0 0 * * *
39

410
jobs:
511
Build:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

0 commit comments

Comments
 (0)