We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7394761 commit 760a1b6Copy full SHA for 760a1b6
1 file changed
.github/workflows/rhub.yaml
@@ -18,7 +18,7 @@ on:
18
config:
19
description: 'A comma separated list of R-hub platforms to use.'
20
type: string
21
- default: 'linux,windows,macos-arm64'
+ default: 'linux,windows,macos'
22
name:
23
description: 'Run name. You can leave this empty now.'
24
@@ -38,7 +38,7 @@ jobs:
38
# NO NEED TO CHECKOUT HERE
39
- uses: r-hub/actions/setup@v1
40
with:
41
- config: ${{ github.event.inputs.config || 'linux,windows,m1-san'}}
+ config: ${{ github.event.inputs.config || 'linux,windows,macos'}}
42
id: rhub-setup
43
44
linux-containers:
0 commit comments