We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df33e34 commit 117a6adCopy full SHA for 117a6ad
.github/workflows/BuildRelight.yml
@@ -41,10 +41,10 @@ jobs:
41
echo "QT_VERSION=6.6.*" >> $GITHUB_ENV
42
43
- name: Install OpenCV on macOS
44
- if: matrix.os == 'macos-latest'
+ if: matrix.os == 'macos-14'
45
run: |
46
brew install opencv
47
- echo "QT_VERSION=6.7.*" >> $GITHUB_ENV
+ echo "QT_VERSION=6.7.3" >> $GITHUB_ENV
48
49
- name: Install OpenCV on Windows
50
if: matrix.os == 'windows-latest'
0 commit comments