From 940ee1a426f26e7f30485be5d686dc3f90603b38 Mon Sep 17 00:00:00 2001 From: Lucas Czech Date: Wed, 8 May 2024 18:25:38 +0200 Subject: [PATCH] Remove MacOS latest from actions workflow yaml for now --- .github/workflows/ci.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e736f501..bb533243 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -190,9 +190,9 @@ jobs: # - os: macos-latest # compiler: gcc # build_type: RELEASE - - os: macos-latest - compiler: llvm - build_type: RELEASE + # - os: macos-latest + # compiler: llvm + # build_type: RELEASE # Test without htslib with both compilers and OSs - os: ubuntu-latest @@ -204,9 +204,9 @@ jobs: # - os: macos-latest # compiler: gcc # htslib: OFF - - os: macos-latest - compiler: llvm - htslib: OFF + # - os: macos-latest + # compiler: llvm + # htslib: OFF # We test AppleClang as well, as a special case. # - os: macos-10.15