We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6ac09 commit 360df90Copy full SHA for 360df90
1 file changed
dev/tasks/r/github.macos.cran.yml
@@ -22,7 +22,7 @@
22
jobs:
23
macos-cran:
24
name: "macOS similar to CRAN"
25
- runs-on: macOS-14
+ runs-on: macOS-latest
26
strategy:
27
fail-fast: false
28
@@ -80,3 +80,9 @@ jobs:
80
name: test-output
81
path: arrow-tests/testthat.Rout*
82
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