From 279288bffd02f0f94f4854adfe2c49fdb1c6c641 Mon Sep 17 00:00:00 2001 From: Matt Burridge <81111055+mburridge96@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:28:13 +0000 Subject: [PATCH] attempted to fix binary creation in CI for cli --- .github/workflows/cli.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 436ecd8..ffdb926 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -29,6 +29,8 @@ jobs: archive: zip runs-on: macos-latest + runs-on: ${{ matrix.runs-on }} + steps: # Checkout the repository - name: Checkout repository