From c4b4705acf4ecf94054e7fc91c9ddb95af2f6f5a Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Tue, 15 Jul 2025 18:27:21 -0400 Subject: [PATCH] - update CI deps to temporary archives until next release --- .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 1321833f1..792049f5b 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -64,9 +64,9 @@ jobs: fi mkdir build if [[ "${{ runner.os }}" == 'macOS' ]]; then - export ZMUSIC_PACKAGE=zmusic-1.1.14-macos-arm.tar.xz + export ZMUSIC_PACKAGE=zmusic-2025-07-15-mac-universal.tar.xz elif [[ "${{ runner.os }}" == 'Linux' ]]; then - export ZMUSIC_PACKAGE=zmusic-1.1.14-linux.tar.xz + export ZMUSIC_PACKAGE=zmusic-2025-07-15-linux.tar.xz fi if [[ -n "${ZMUSIC_PACKAGE}" ]]; then cd build