Skip to content

Commit

Permalink
change runner for macos-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 7, 2025
1 parent 9faccc7 commit 6419d0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,16 +443,13 @@ jobs:
macos-verify:
name: Verify macOS Package
runs-on: ${{ matrix.runner }}
runs-on: macos-latest-large
timeout-minutes: 5
needs:
- generate-publish-metadata
- build-x86_64-apple-darwin-packages
env:
VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }}
strategy:
matrix:
runner: [macos-14, macos-15]
steps:
- name: Checkout Vector
uses: actions/checkout@v4
Expand Down

0 comments on commit 6419d0b

Please sign in to comment.