- update CI deps to temporary archives until next release

This commit is contained in:
Rachael Alexanderson 2025-07-15 18:27:21 -04:00
commit c4b4705acf
No known key found for this signature in database
GPG key ID: 26A8ACCE97115EE0

View file

@ -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