We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b49a4b commit f2f25a5Copy full SHA for f2f25a5
1 file changed
.github/workflows/check-bioc.yml
@@ -55,7 +55,7 @@ jobs:
55
config:
56
- { os: ubuntu-latest, r: '4.4', bioc: '3.21', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" }
57
- { os: macOS-latest, r: '4.5', bioc: '3.21'}
58
- - { os: windows-latest, r: '4.4', bioc: '3.21'}
+ - { os: windows-latest, r: '4.5', bioc: '3.21'}
59
## Check https://github.com/r-lib/actions/tree/master/examples
60
## for examples using the http-user-agent
61
env:
0 commit comments