From a38d55f945ca9e74738bd20420ddeb490a506a67 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Sat, 19 Feb 2022 16:23:01 +0100 Subject: [PATCH] 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. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf41afb1a..d2a20ac09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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'