Skip to content

Commit

Permalink
attempted to fix binary creation in CI for cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mburridge96 committed Nov 21, 2024
1 parent 5354eed commit 279288b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
archive: zip
runs-on: macos-latest

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

steps:
# Checkout the repository
- name: Checkout repository
Expand Down

0 comments on commit 279288b

Please sign in to comment.