Skip to content

Commit

Permalink
build: fix for homebrew pkg-config conflict
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram authored and diegohce committed Nov 25, 2024
1 parent c1aad16 commit a7e6b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [macos-13, macos-14]
os: [macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Install OpenCV
Expand All @@ -19,6 +19,7 @@ jobs:
rm /usr/local/bin/idle3*
rm /usr/local/bin/pydoc*
rm /usr/local/bin/python3*
brew unlink pkg-config@0.29.2
brew install opencv
- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit a7e6b7e

Please sign in to comment.