Skip to content

Commit 738af16

Browse files
author
Stephen L Arnold
committed
disable macos include block in conda-dev workflow
Signed-off-by: Stephen L Arnold <nerdboy@gentoo.org>
1 parent bbc3fa5 commit 738af16

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/conda-dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
- os: 'ubuntu-20.04'
2525
generator: 'Ninja'
2626
build_type: 'RelWithDebInfo'
27-
- os: 'macOS-11'
28-
generator: 'Ninja'
29-
build_type: 'Debug'
27+
#- os: 'macOS-11'
28+
# generator: 'Ninja'
29+
# build_type: 'Debug'
3030
env:
3131
OS: ${{ matrix.os }}
3232
PYTHON: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)