Skip to content

Commit f015146

Browse files
committed
stage
1 parent aad8486 commit f015146

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/mac-m1.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ on: push
33
jobs:
44
setup:
55
runs-on: ubuntu-latest
6+
outputs:
7+
platforms: ${{ steps.rhub-setup.outputs.platforms }}
68
steps:
79
# NO NEED TO CHECKOUT HERE
810
- uses: r-hub/actions/setup@v1
@@ -16,12 +18,13 @@ jobs:
1618
name: apple-mac
1719
strategy:
1820
fail-fast: false
19-
21+
matrix:
22+
config: ${{ fromJson(needs.setup.outputs.platforms) }}
2023
steps:
2124
- uses: r-hub/actions/checkout@v1
2225
- uses: r-hub/actions/setup-r@v1
2326
with:
24-
job-config: {"name":"m1-san","description":"ASAN + UBSAN on macOS","cran-names":["M1-SAN"],"aliases":[],"type":"os","os-type":"macOS","os":"macos-latest","arch":"arm64","r-version":"devel","pre-check":["mac-asan.sh"],"label":"m1-san (R-devel)"}
27+
job-config: ${{ matrix.config.job-config }}
2528
token: ${{ secrets.RHUB_TOKEN }}
2629
- uses: r-hub/actions/platform-info@v1
2730
with:

0 commit comments

Comments
 (0)