diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index cc8a7fbc30..d570a005bd 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