From 592b75d89a1cda1c11bd9f6749fc89b8e4c1ae6d Mon Sep 17 00:00:00 2001 From: Matt Gajownik Date: Sat, 29 Aug 2020 00:40:45 +1000 Subject: [PATCH] CI: Update macOS deps to fix crash from invalid linking --- .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 1078f3d10..3afa15b75 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-08-06' + MACOS_DEPS_VERSION: '2020-08-27' VLC_VERSION: '3.0.8' SPARKLE_VERSION: '1.23.0' QT_VERSION: '5.14.1'