Skip to content

Commit 360df90

Browse files
committed
Try r-universe
1 parent fe6ac09 commit 360df90

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

dev/tasks/r/github.macos.cran.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
jobs:
2323
macos-cran:
2424
name: "macOS similar to CRAN"
25-
runs-on: macOS-14
25+
runs-on: macOS-latest
2626
strategy:
2727
fail-fast: false
2828

@@ -80,3 +80,9 @@ jobs:
8080
name: test-output
8181
path: arrow-tests/testthat.Rout*
8282
if: always()
83+
r-universe:
84+
name: "R-universe testing"
85+
uses: r-universe-org/workflows/.github/workflows/build.yml@v3
86+
with:
87+
universe: {{ "${{ github.repository_owner }}" }}"
88+
subdir: "r"

0 commit comments

Comments
 (0)