From ac9115d33c0fb25a36761271fd1246ab2a002056 Mon Sep 17 00:00:00 2001 From: Capypara Date: Fri, 20 Dec 2024 21:49:37 +0100 Subject: [PATCH] macOS ci: bump skytemple-rust wheel version --- installer/install-skytemple-rust.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer/install-skytemple-rust.sh b/installer/install-skytemple-rust.sh index 934e16ae1..057f408ce 100755 --- a/installer/install-skytemple-rust.sh +++ b/installer/install-skytemple-rust.sh @@ -12,10 +12,10 @@ if [ -n "$IS_MACOS" ]; then # Check if we're running on Apple Silicon if [ "$(uname -m)" = "arm64" ]; then wheel_name="skytemple_rust-*-cp312-cp312-macosx_11_0_arm64.whl" - url="https://nightly.link/SkyTemple/skytemple-rust/workflows/build-test-publish/$branch/wheels-macos-12-arm64.zip" + url="https://nightly.link/SkyTemple/skytemple-rust/workflows/build-test-publish/$branch/wheels-macos-13-arm64.zip" else wheel_name="skytemple_rust-*-cp312-cp312-macosx_10_9_x86_64.whl" - url="https://nightly.link/SkyTemple/skytemple-rust/workflows/build-test-publish/$branch/wheels-macos-12-x86_64.zip" + url="https://nightly.link/SkyTemple/skytemple-rust/workflows/build-test-publish/$branch/wheels-macos-13-x86_64.zip" fi fi