CI: Update main workflow file to use fixed obs-deps

Prior version was linked against libxcb, because it was present on
Github Actions macOS runners. Consequently builds on CI will succeed
as the library is always present, will fail on user's machines though.
master
PatTheMav 2022-02-19 16:23:01 +01:00 committed by Jim
parent 02f80a1013
commit a38d55f945
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ jobs:
runs-on: [macos-latest]
env:
MIN_MACOS_VERSION: '10.13'
MACOS_DEPS_VERSION: '2022-01-31'
MACOS_DEPS_VERSION: '2022-02-13'
VLC_VERSION: '3.0.8'
SPARKLE_VERSION: '1.23.0'
QT_VERSION: '5.15.2'