Skip to content

Commit

Permalink
Fix CI runner images to build macos m1 and intel versions properly (
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikSoneji authored Jan 6, 2025
1 parent a339f48 commit 75c2a5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- windows-latest
- buildjet-16vcpu-ubuntu-2004
- macos-latest
- macos-14
- macos-latest-large # intel

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

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
binary_path="metaboss-windows-latest${binary_extension}"
fi
if [[ "${RUNNER_OS}" == "macOS" ]]; then
if [[ "${MATRIX_OS}" == "macos-14" ]]; then
if [[ "${MATRIX_OS}" == "macos-latest" ]]; then
binary_path="metaboss-macos-m1-latest"
else
binary_path="metaboss-macos-intel-latest"
Expand Down

0 comments on commit 75c2a5c

Please sign in to comment.