From 72d045861ea1a6bb4f4162d5a4b6d2e2b4526088 Mon Sep 17 00:00:00 2001 From: Stevie Ped Date: Sun, 28 Apr 2024 14:47:03 +0930 Subject: [PATCH] Reverted OSX/Win to 4.3 --- .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 20bcf0c..58866f9 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -52,8 +52,8 @@ jobs: matrix: config: - { os: ubuntu-latest, r: '4.4', bioc: 'devel', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" } - - { os: macOS-latest, r: '4.4', bioc: '3.18'} - - { os: windows-latest, r: '4.4', bioc: '3.18'} + - { os: macOS-latest, r: '4.3', bioc: '3.18'} + - { os: windows-latest, r: '4.3', bioc: '3.18'} env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true RSPM: ${{ matrix.config.rspm }}