diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 8f8a197..44a0b6a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -175,7 +175,7 @@ jobs: 7z a FaceRecognizer_${{env.FaceRecognizer_VERSION}}_macos_qt${{matrix.qt_version}}.zip ./install/* - name: Update artifact - if: ${{ matrix.BUILD_TYPE == 'Release' }} + if: ${{ matrix.BUILD_TYPE == 'Release' && matrix.qt_version == '6.6.2' }} uses: actions/upload-artifact@v3 with: name: ${{ env.artifact_name }} diff --git a/vcpkg.json b/vcpkg.json index 6865037..a92fe4b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -39,10 +39,5 @@ "dlib" ] } - }, - - "builtin-baseline":"9259a0719d94c402aae2ab7975bc096afdec15df", - "overrides": [ - { "name": "openssl", "version-string": "1.1.1n" } - ] + } }