Skip to content

Commit

Permalink
add comments and link to large runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 7, 2025
1 parent 3c2d240 commit 31a6b89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,8 @@ jobs:
CHANNEL: ${{ needs.generate-publish-metadata.outputs.vector_release_channel }}
strategy:
matrix:
# Large is for Intel architecture and XLarge for arm64 (M1) architecture.
# Refer to https://docs.github.com/en/actions/using-github-hosted-runners/using-larger-runners/about-larger-runners#about-macos-larger-runners.
os: [ macos-latest-xlarge, macos-latest-large ]
steps:
- name: Checkout Vector
Expand Down

0 comments on commit 31a6b89

Please sign in to comment.