From d0e4dd3b7e0f12e8073860b0ecc6b92032d49d05 Mon Sep 17 00:00:00 2001 From: artem-ogre Date: Wed, 4 Oct 2023 23:25:06 +0200 Subject: [PATCH] Re-enable macOS build (since Conan 2.0.13 is released) --- .github/workflows/ci_builds.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci_builds.yml b/.github/workflows/ci_builds.yml index d28e4cb..4261227 100644 --- a/.github/workflows/ci_builds.yml +++ b/.github/workflows/ci_builds.yml @@ -18,11 +18,10 @@ jobs: name: "Ubuntu", os: ubuntu-latest } - # Disable macOS untill https://github.com/conan-io/conan/issues/14835 is fixed in Conan 2.0.13 - # - { - # name: "macOS", - # os: macos-latest - # } + - { + name: "macOS", + os: macos-latest + } steps: - uses: actions/checkout@v4