Skip to content

Commit

Permalink
Revert "build: fix for homebrew pkg-config conflict"
Browse files Browse the repository at this point in the history
This reverts commit a7e6b7e.
  • Loading branch information
deadprogram committed Dec 2, 2024
1 parent a7e6b7e commit 16033cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .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-14]
os: [macos-13, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Install OpenCV
Expand All @@ -19,7 +19,6 @@ 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 16033cd

Please sign in to comment.