Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkSackerberg authored Mar 18, 2024
1 parent a36d736 commit 75c44c0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
if [[ "${RUNNER_OS}" == "Windows" ]]; then
binary_extension=".exe"
binary_path="sugar-windows-latest${binary_extension}"
elif [[ "${RUNNER_OS}" == "macOS-14" ]]; then
binary_path="sugar-macos-m1-latest"
elif [[ "${RUNNER_OS}" == "macOS" ]]; then
arch=$(uname -m)
if [[ "${arch}" == "x86_64" ]]; then
Expand Down

0 comments on commit 75c44c0

Please sign in to comment.