Skip to content

Commit 171110c

Browse files
author
Chen Ying
committed
update bioc-check workflow to the most recent R version and skip windows check
1 parent 119ffdf commit 171110c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-bioc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
config:
57-
- { os: ubuntu-latest, r: '4.2', bioc: '3.16', cont: "bioconductor/bioconductor_docker:RELEASE_3_16", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
58-
- { os: macOS-latest, r: '4.2', bioc: '3.16'}
59-
- { os: windows-latest, r: '4.2', bioc: '3.16'}
57+
- { os: ubuntu-latest, r: '4.3', bioc: '3.18', cont: "bioconductor/bioconductor_docker:RELEASE_3_18", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
58+
- { os: macOS-latest, r: '4.3', bioc: '3.18'}
59+
##- { os: windows-latest, r: '4.3', bioc: '3.18'}
6060
## Check https://github.com/r-lib/actions/tree/master/examples
6161
## for examples using the http-user-agent
6262
env:

0 commit comments

Comments
 (0)