We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895324e commit 8074b5eCopy full SHA for 8074b5e
.github/workflows/R-CMD-check.yaml
@@ -20,9 +20,9 @@ jobs:
20
fail-fast: false
21
matrix:
22
config:
23
- - { os: windows-latest, bioc: '3.22'}
24
- - { os: macOS-latest, bioc: '3.22', curlConfigPath: '/usr/bin/'}
25
- - { os: ubuntu-latest, bioc: '3.22'}
+ - { os: windows-latest, bioc: 'release'}
+ - { os: macOS-latest, bioc: 'release', curlConfigPath: '/usr/bin/'}
+ - { os: ubuntu-latest, bioc: 'release'}
26
#- { os: ubuntu-latest, image: 'bioconductor/bioconductor_docker:devel'}
27
28
env:
0 commit comments