From 15241cbe96c41862ae382c9189206520e8268465 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 9 Oct 2024 11:06:17 -0400 Subject: [PATCH] - use newer 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 aa323c9399..2bce96705b 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