Skip to content

Commit

Permalink
fix: Change runner to x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
richiemcilroy committed May 22, 2024
1 parent 974002b commit c0ae91d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
fail-fast: false
matrix:
platform: [macos-latest]
architecture: [x86_64]
runs-on: ${{ matrix.platform }}
env:
ARCHFLAGS: "-arch ${MATRIX_ARCH:-x86_64}"

steps:
- name: Checkout repository
Expand Down

1 comment on commit c0ae91d

@vercel
Copy link

@vercel vercel bot commented on c0ae91d May 22, 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.