From f020ce4cb1e11da839b62b6895efea265c619ec1 Mon Sep 17 00:00:00 2001 From: Thomas N Lawson Date: Tue, 29 Aug 2023 17:08:27 +0100 Subject: [PATCH] use latest rather than devel --- .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 f307f1f..4e2141f 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -52,9 +52,9 @@ jobs: fail-fast: false matrix: config: - - { os: ubuntu-latest, r: 'devel', bioc: '3.17', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: 'devel', bioc: '3.17'} - - { os: windows-latest, r: 'devel', bioc: '3.17'} + - { os: ubuntu-latest, r: 'latest', bioc: '3.17', cont: "bioconductor/bioconductor_docker:latest", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } + - { os: macOS-latest, r: 'latest', bioc: '3.17'} + - { os: windows-latest, r: 'latest', bioc: '3.17'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent env: