diff --git a/CI/before_install.osx.sh b/CI/before_install.osx.sh index dd54030dfb..a8a20d87ab 100755 --- a/CI/before_install.osx.sh +++ b/CI/before_install.osx.sh @@ -29,8 +29,7 @@ qmake --version if [[ "${MACOS_AMD64}" ]]; then curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20221113.zip -o ~/openmw-deps.zip else + # need to update this with new zip from deps from new openmw-dep flow curl -fSL -R -J https://gitlab.com/OpenMW/openmw-deps/-/raw/main/macos/openmw-deps-20231022_arm64.zip -o ~/openmw-deps.zip fi - unzip -o ~/openmw-deps.zip -d /tmp > /dev/null -