From 200021bc80af30794bdfa90c790358a80e6d904a Mon Sep 17 00:00:00 2001 From: artem-ogre Date: Thu, 28 Sep 2023 09:35:10 +0200 Subject: [PATCH] #139 Temporary disable macOS build because of bug in Conan --- .github/workflows/ci_builds.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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