From 4dcfd9516101a08ff11643d50864736ce749ab36 Mon Sep 17 00:00:00 2001 From: Leonardo Collado Torres Date: Thu, 15 Dec 2022 22:17:50 -0500 Subject: [PATCH] Disable macOS for now due to "polygon edge not found" error Related to https://github.com/lcolladotor/biocthis/issues/27 --- .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 001279ec..930e71a2 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.2', bioc: '3.16', cont: "bioconductor/bioconductor_docker:RELEASE_3_16", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" } - - { os: macOS-latest, r: '4.2', bioc: '3.16'} + #- { os: macOS-latest, r: '4.2', bioc: '3.16'} - { os: windows-latest, r: '4.2', bioc: '3.16'} ## Check https://github.com/r-lib/actions/tree/master/examples ## for examples using the http-user-agent