Skip to content

Commit

Permalink
actions: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Jul 25, 2023
1 parent edf9f09 commit 74295cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_cli_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,11 @@ jobs:
matrix:
target:
- macos-intel
- macos-apple-slicon # TODO: make this a separate task?
- macos-apple-silicon # TODO: make this a separate task?
include:
- target: macos-intel
arch: x86_64-apple-darwin

- target: macos-apple-silicon
arch: aarch64-apple-darwin

Expand Down

0 comments on commit 74295cf

Please sign in to comment.