From 436f604480c9cee7818704838f9d3b64d1f7483d Mon Sep 17 00:00:00 2001 From: Fabien Spindler Date: Thu, 1 Feb 2024 16:28:01 +0100 Subject: [PATCH] Fix macOS 13 ci --- .github/workflows/macos.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 36955d0e4e..4427219ff7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -50,11 +50,12 @@ jobs: # # To force the link and overwrite all conflicting files: # brew link --overwrite python@3.12 + # + # Fix proposed in https://github.com/actions/runner-images/issues/6817 if: matrix.os == 'macos-13' run: | brew update - sudo rm /usr/local/bin/2to3-3.12 - brew upgrade + brew upgrade || true brew install libpng libjpeg-turbo libdc1394 pcl librealsense zbar pkg-config nlohmann-json brew install opencv