Skip to content

Commit

Permalink
fix: Include universal-apple-darwin to release action
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed May 24, 2024
1 parent 2bdc1b9 commit cf9b6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
include:
- platform: "macos-latest"
args: "--verbose --target universal-apple-darwin"
args: "--target universal-apple-darwin"
runs-on: ${{ matrix.platform }}
env:
ARCHFLAGS: "-arch ${MATRIX_ARCH:-x86_64}"
Expand Down

1 comment on commit cf9b6e0

@vercel
Copy link

@vercel vercel bot commented on cf9b6e0 May 24, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.