Skip to content

Commit

Permalink
fix: native cli release build on mac
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed May 14, 2024
1 parent 0f983c6 commit 2d57bc4
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/job.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -274,32 +274,14 @@ jobs:
# contains(github.event.pull_request.labels.*.name, 'ci:build-cli') ||
# contains(github.event.head_commit.message, 'ci:build-cli')
# )

strategy:
fail-fast: false
matrix:
os: ["Linux"]
os: ["macOS"]
arch: ["amd64"]
runner:
- ${{ inputs.runner_large }}
runner: ["${{ inputs.runner_large || inputs.runner }}"]
labs: [false]
tag: [linux-amd64]
include:
- os: Linux
runner: ${{ inputs.runner_large }}
arch: amd64
labs: false
tag: linux-amd64
- os: macOS
runner: ${{ inputs.runner_large_macos }}
arch: amd64
labs: false
tag: darwin-amd64
- os: Windows
runner: ${{ inputs.runner_large_windows }}
arch: amd64
tag: windows-amd64
labs: true
tag: [darwin-amd64]

steps:
- name: "Setup: Harden Runner"
Expand Down

0 comments on commit 2d57bc4

Please sign in to comment.