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.
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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'
|
||||
|
Reference in New Issue
Block a user