Skip to content

Commit

Permalink
Fix macOS 13 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Feb 1, 2024
1 parent dc1dc57 commit 436f604
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
#
# To force the link and overwrite all conflicting files:
# brew link --overwrite [email protected]
#
# 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
Expand Down

0 comments on commit 436f604

Please sign in to comment.