Skip to content

Commit 9bb6500

Browse files
authored
add new runners (#137)
Former-commit-id: f637c13 Former-commit-id: 20994bc6e6d86623d4deaceed2038c34e7bd73b9
2 parents 347e832 + 7fb1b0f commit 9bb6500

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/check-bioc.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,10 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
config:
55-
- { os: ubuntu-latest, r: '4.5', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
56-
# - { os: macOS-latest, r: '4.5', bioc: 'devel'}
57-
# - { os: windows-latest, r: '4.5', bioc: 'devel'}
55+
- { os: ubuntu-latest, r: '4.5', bioc: '3.22', cont: "bioconductor/bioconductor_docker:RELEASE_3_22", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
56+
- { os: ubuntu-latest, r: '4.6', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
57+
- { os: macOS-latest, r: 'devel', bioc: 'devel'}
58+
- { os: windows-latest, r: 'devel', bioc: 'devel'}
5859
## Check https://github.com/r-lib/actions/tree/master/examples
5960
## for examples using the http-user-agent
6061
env:

0 commit comments

Comments
 (0)