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 c0ae91d commit 2bdc1b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest]
architecture: [x86_64]
include:
- platform: "macos-latest"
args: "--verbose --target universal-apple-darwin"
runs-on: ${{ matrix.platform }}
env:
ARCHFLAGS: "-arch ${MATRIX_ARCH:-x86_64}"
Expand Down

1 comment on commit 2bdc1b9

@vercel
Copy link

@vercel vercel bot commented on 2bdc1b9 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.