From afc3effc9d6bcfec83f60e9b90bd55dbac14c672 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Mon, 29 Dec 2025 17:33:48 +0100 Subject: [PATCH] CI: Switch macOS dependencies repo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d7957333..b12bdb6d9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -845,7 +845,7 @@ jobs: p12-password: ${{ secrets.APPLE_DEVELOPER_ID_CERTIFICATE_PASSWORD }} - name: Download macOS dependencies - run: curl -f -O -L https://github.com/strawberrymusicplayer/strawberry-macos-dependencies$(test "${{env.arch}}" = "x86_64" && echo "-intel" || echo "")/releases/latest/download/strawberry-macos-${{env.arch}}-${{env.buildtype}}.tar.xz + run: curl -f -O -L https://github.com/strawberrymusicplayer/strawberry-macos-dependencies/releases/latest/download/strawberry-macos-${{env.arch}}-${{env.buildtype}}.tar.xz - name: Extract macOS dependencies run: sudo tar -C / -xf strawberry-macos-${{env.arch}}-${{env.buildtype}}.tar.xz