From af4332e6bb34540b4650c1d76113e3e9717a52e8 Mon Sep 17 00:00:00 2001 From: lcolladotor Date: Wed, 22 May 2024 15:33:42 -0400 Subject: [PATCH] Ignore macOS build for now due to issues compiling SparseArray with R 4.4 and Bioc 3.20 on GHA as noted at https://github.com/LieberInstitute/visiumStitched/actions/runs/9197197064/job/25297068748#step:14:77 --- .github/workflows/check-bioc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-bioc.yml b/.github/workflows/check-bioc.yml index a4a9100..35e84df 100644 --- a/.github/workflows/check-bioc.yml +++ b/.github/workflows/check-bioc.yml @@ -53,7 +53,7 @@ jobs: matrix: config: - { os: ubuntu-latest, r: '4.4', bioc: '3.20', cont: "bioconductor/bioconductor_docker:devel", rspm: "https://packagemanager.rstudio.com/cran/__linux__/jammy/latest" } - - { os: macOS-latest, r: '4.4', bioc: '3.20'} + # - { os: macOS-latest, r: '4.4', bioc: '3.20'} - { os: windows-latest, r: '4.4', bioc: '3.20'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent