Skip to content

Commit 8074b5e

Browse files
committed
Change back to bioc release in GHA
1 parent 895324e commit 8074b5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
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'}
23+
- { os: windows-latest, bioc: 'release'}
24+
- { os: macOS-latest, bioc: 'release', curlConfigPath: '/usr/bin/'}
25+
- { os: ubuntu-latest, bioc: 'release'}
2626
#- { os: ubuntu-latest, image: 'bioconductor/bioconductor_docker:devel'}
2727

2828
env:

0 commit comments

Comments
 (0)