Skip to content

Commit

Permalink
Remove MacOS latest from actions workflow yaml for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed May 8, 2024
1 parent be37033 commit 940ee1a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 940ee1a

Please sign in to comment.