From 384ef8211318c679a4b0ffbdf7da5d67c5444b38 Mon Sep 17 00:00:00 2001 From: Thomas Lawson Date: Thu, 9 May 2024 16:08:26 +0100 Subject: [PATCH] CI/CD fix --- .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 2d42122..c919d36 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.19', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" } - # - { os: macOS-latest, r: 'devel', bioc: '3.19'} - - { os: windows-latest, r: 'devel', bioc: '3.19'} + - { os: ubuntu-latest, r: 'release', bioc: '3.19'} + # - { os: macOS-latest, r: 'devel', bioc: '3.20'} + - { os: windows-latest, r: 'release', bioc: '3.19'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent env: