Skip to content

Commit 117a6ad

Browse files
committed
trying a more specific version
1 parent df33e34 commit 117a6ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/BuildRelight.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
echo "QT_VERSION=6.6.*" >> $GITHUB_ENV
4242
4343
- name: Install OpenCV on macOS
44-
if: matrix.os == 'macos-latest'
44+
if: matrix.os == 'macos-14'
4545
run: |
4646
brew install opencv
47-
echo "QT_VERSION=6.7.*" >> $GITHUB_ENV
47+
echo "QT_VERSION=6.7.3" >> $GITHUB_ENV
4848
4949
- name: Install OpenCV on Windows
5050
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)