Skip to content

Commit

Permalink
[CI] Temporarily disable macOS CI due to pybind issue
Browse files Browse the repository at this point in the history
pybind is no longer available for mac in conan center.

See:
  conan-io/conan-center-index#11075
  pybind/pybind11#3081
Signed-off-by: Tom Cowland <[email protected]>
  • Loading branch information
foundrytom committed Jun 21, 2022
1 parent 6553bce commit e2b9b1c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
- os: windows-2019
vcvars: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC\\Auxiliary\\Build\\vcvars64.bat"
- os: ubuntu-20.04
- os: macos-10.15
# Temporarily disabling macOS CI due to pybind issue, see:
# https://github.com/conan-io/conan-center-index/pull/11075
# - os: macos-10.15

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit e2b9b1c

Please sign in to comment.