From 1ea9943a0913c8992445ed6f4af80bc79e348111 Mon Sep 17 00:00:00 2001 From: Colin Edwards Date: Sun, 26 Apr 2020 18:30:53 -0500 Subject: [PATCH] CI: Update macOS deps to fix lua --- .github/workflows/main.yml | 2 +- CI/install-dependencies-osx.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8532cc8d..47c471015 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: name: 'macOS 64-bit' runs-on: [macos-latest] env: - MACOS_DEPS_VERSION: '2020-04-18' + MACOS_DEPS_VERSION: '2020-04-24' VLC_VERSION: '3.0.8' SPARKLE_VERSION: '1.23.0' QT_VERSION: '5.14.1' diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 76c746d96..1e8f53e8a 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -42,8 +42,8 @@ ccache -s || echo "CCache is not available." # Fetch and untar prebuilt OBS deps that are compatible with older versions of OSX hr "Downloading OBS deps" -wget --quiet --retry-connrefused --waitretry=1 https://github.com/obsproject/obs-deps/releases/download/2020-4-16/osx-deps-2020-04-16.tar.gz -tar -xf ./osx-deps-2020-04-16.tar.gz -C /tmp +wget --quiet --retry-connrefused --waitretry=1 https://github.com/obsproject/obs-deps/releases/download/2020-04-24/osx-deps-2020-04-24.tar.gz +tar -xf ./osx-deps-2020-04-24.tar.gz -C /tmp # Fetch vlc codebase hr "Downloading VLC repo"