Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/quantus-hotfix-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ jobs:
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-apple-darwin
os: macos-15-intel
- target: x86_64-pc-windows-msvc
os: windows-latest
steps:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/quantus-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ jobs:
os: ubuntu-latest
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-apple-darwin
os: macos-15-intel
- target: x86_64-pc-windows-msvc
os: windows-latest
steps:
Expand Down
3 changes: 2 additions & 1 deletion scripts/install-quantus-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ case "$(uname -m)" in
if [ "$OS" = "linux" ]; then
TARGET_ARCH_NAME="x86_64-unknown-linux-gnu"
elif [ "$OS" = "macos" ]; then
TARGET_ARCH_NAME="x86_64-apple-darwin"
echo "Intel macOS (x86_64) is not a release target. Use an Apple Silicon Mac or Linux, or compile the node locally: cargo build --release --locked --package quantus-node"
exit 1
fi
;;
arm64|aarch64)
Expand Down
Loading