Skip to content

Commit

Permalink
macOS ci: bump skytemple-rust wheel version
Browse files Browse the repository at this point in the history
  • Loading branch information
theCapypara committed Dec 20, 2024
1 parent c4e813f commit ac9115d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer/install-skytemple-rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac9115d

Please sign in to comment.