From 135e531419a055764be24968052db7a2b7d252f0 Mon Sep 17 00:00:00 2001 From: Johannes Rainer Date: Wed, 20 Nov 2024 07:52:08 +0100 Subject: [PATCH] Use Bioconductor 3.20 for Windows and macOS --- .github/workflows/check-bioc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index 7080842..42fd87c 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -54,8 +54,8 @@ jobs: matrix: config: - { os: ubuntu-latest, r: 'devel', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: '4.4', bioc: 'devel'} - - { os: windows-latest, r: '4.4', bioc: 'devel'} + - { os: macOS-latest, r: '4.4', bioc: '3.20'} + - { os: windows-latest, r: '4.4', bioc: '3.20'} env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true RSPM: ${{ matrix.config.rspm }}