From e6fa87cd224cf930b626c946008fc8c633f8ed00 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 9 Oct 2024 11:08:22 -0400 Subject: [PATCH] - ci: update zmusic --- .github/workflows/continuous_integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index cc8a7fbc3..d570a005b 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -71,9 +71,9 @@ jobs: fi mkdir build if [[ "${{ runner.os }}" == 'macOS' ]]; then - export ZMUSIC_PACKAGE=zmusic-1.1.9-macos.tar.xz + export ZMUSIC_PACKAGE=zmusic-1.1.14-macos-static.tar.xz elif [[ "${{ runner.os }}" == 'Linux' ]]; then - export ZMUSIC_PACKAGE=zmusic-1.1.9-linux.tar.xz + export ZMUSIC_PACKAGE=zmusic-1.1.14-linux.tar.xz fi if [[ -n "${ZMUSIC_PACKAGE}" ]]; then cd build