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 ad98b4e commit 68d5c77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- windows-latest
- ubuntu-latest
- macos-latest
- macos-14

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -49,6 +50,8 @@ 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
binary_path="sugar-macos-intel-latest"
elif [[ "${RUNNER_OS}" == "Linux" ]]; then
Expand Down

0 comments on commit 68d5c77

Please sign in to comment.