From bc3a4054450a98bb1ee449bbc1968edbb91e10c8 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Thu, 6 Aug 2020 20:03:05 +0200 Subject: [PATCH] CI: Update macOS deps version to fix unmet Qt plugin dependencies --- .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 90e4a8fb6..0b506e640 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: name: 'macOS 64-bit' runs-on: [macos-latest] env: - MACOS_DEPS_VERSION: '2020-07-06' + MACOS_DEPS_VERSION: '2020-08-06' VLC_VERSION: '3.0.8' SPARKLE_VERSION: '1.23.0' QT_VERSION: '5.14.1'