Skip to content

Commit 7a55648

Browse files
committed
use R 4.5 instead of R devel (R 4.6) in R-CMD-check-bioc workflow
1 parent 47a7fc0 commit 7a55648

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
@@ -52,9 +52,9 @@ jobs:
5252
fail-fast: false
5353
matrix:
5454
config:
55-
- { os: ubuntu-latest, r: 'devel', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
56-
- { os: macOS-latest, r: 'devel', bioc: '3.21'}
57-
- { os: windows-latest, r: 'devel', bioc: '3.21'}
55+
- { os: ubuntu-latest, r: '4.5', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
56+
- { os: macOS-latest, r: '4.5', bioc: '3.21'}
57+
- { os: windows-latest, r: '4.5', bioc: '3.21'}
5858
## Check https://github.com/r-lib/actions/tree/master/examples
5959
## for examples using the http-user-agent
6060
env:

0 commit comments

Comments
 (0)