From 152d125072412300920da33fdda637ae816cddc1 Mon Sep 17 00:00:00 2001 From: Gavin Rhys Lloyd Date: Tue, 16 Nov 2021 11:05:44 +0000 Subject: [PATCH] use R release and bioc 3.14 --- .github/workflows/check-bioc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 9e5c3e4..8e831a7 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -51,9 +51,9 @@ jobs: fail-fast: false matrix: config: - - { os: ubuntu-latest, r: 'devel', bioc: '3.13', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: 'devel', bioc: '3.13'} - - { os: windows-latest, r: 'devel', bioc: '3.13'} + - { os: ubuntu-latest, r: 'release', bioc: '3.14', cont: "bioconductor/bioconductor_docker:RELEASE_3_14", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } + - { os: macOS-latest, r: 'release', bioc: '3.14'} + - { os: windows-latest, r: 'release', bioc: '3.14'} env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true RSPM: ${{ matrix.config.rspm }}