We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afe4ed commit a59ef75Copy full SHA for a59ef75
.github/workflows/scheduled.yaml
@@ -68,9 +68,12 @@ jobs:
68
uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main
69
with:
70
config: >-
71
- r-devel-windows-x86_64,
72
r-patched-linux-x86_64,
73
r-release-linux-x86_64,
+ r-devel-windows-x86_64,
74
r-release-macos-arm64,
75
r-release-macos-x86_64,
76
- r-release-windows-x86_64
+ r-release-windows-x86_64,
77
+ r-oldrel-macos-arm64,
78
+ r-oldrel-macos-x86_64,
79
+ r-oldrel-windows-x86_64
0 commit comments