Skip to content

Commit 152d125

Browse files
authored
use R release and bioc 3.14
1 parent e369ac1 commit 152d125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check-bioc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ jobs:
5151
fail-fast: false
5252
matrix:
5353
config:
54-
- { os: ubuntu-latest, r: 'devel', bioc: '3.13', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
55-
- { os: macOS-latest, r: 'devel', bioc: '3.13'}
56-
- { os: windows-latest, r: 'devel', bioc: '3.13'}
54+
- { os: ubuntu-latest, r: 'release', bioc: '3.14', cont: "bioconductor/bioconductor_docker:RELEASE_3_14", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
55+
- { os: macOS-latest, r: 'release', bioc: '3.14'}
56+
- { os: windows-latest, r: 'release', bioc: '3.14'}
5757
env:
5858
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
5959
RSPM: ${{ matrix.config.rspm }}

0 commit comments

Comments
 (0)