diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml index ca784c6..d28e4cb 100644 --- a/.github/workflows/ci_builds.yml +++ b/.github/workflows/ci_builds.yml @@ -18,10 +18,11 @@ jobs: name: "Ubuntu", os: ubuntu-latest } - - { - name: "macOS", - os: macos-latest - } + # Disable macOS untill https://github.com/conan-io/conan/issues/14835 is fixed in Conan 2.0.13 + # - { + # name: "macOS", + # os: macos-latest + # } steps: - uses: actions/checkout@v4