Skip to content

Commit 760a1b6

Browse files
author
Zachary Foster
committed
change mac vm for testing
1 parent 7394761 commit 760a1b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rhub.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
config:
1919
description: 'A comma separated list of R-hub platforms to use.'
2020
type: string
21-
default: 'linux,windows,macos-arm64'
21+
default: 'linux,windows,macos'
2222
name:
2323
description: 'Run name. You can leave this empty now.'
2424
type: string
@@ -38,7 +38,7 @@ jobs:
3838
# NO NEED TO CHECKOUT HERE
3939
- uses: r-hub/actions/setup@v1
4040
with:
41-
config: ${{ github.event.inputs.config || 'linux,windows,m1-san'}}
41+
config: ${{ github.event.inputs.config || 'linux,windows,macos'}}
4242
id: rhub-setup
4343

4444
linux-containers:

0 commit comments

Comments
 (0)