Skip to content

Commit 8148859

Browse files
committed
use bioc devel on all OS
1 parent 4e81ae3 commit 8148859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-bioc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ jobs:
5353
matrix:
5454
config:
5555
- { os: ubuntu-latest, r: '4.1', bioc: '3.14', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
56-
- { os: macOS-latest, r: '4.1', bioc: '3.13'}
57-
- { os: windows-latest, r: '4.1', bioc: '3.13'}
56+
- { os: macOS-latest, r: '4.1', bioc: 'devel'}
57+
- { os: windows-latest, r: '4.1', bioc: 'devel'}
5858
env:
5959
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
6060
RSPM: ${{ matrix.config.rspm }}

0 commit comments

Comments
 (0)