We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 343ab7c commit d78f968Copy full SHA for d78f968
.github/workflows/publish.yml
@@ -268,7 +268,7 @@ jobs:
268
269
build-x86_64-apple-darwin-packages:
270
name: Build Vector for x86_64-apple-darwin (.tar.gz)
271
- runs-on: macos-latest-xlarge
+ runs-on: macos-latest-large
272
timeout-minutes: 90
273
needs: generate-publish-metadata
274
env:
@@ -443,16 +443,13 @@ jobs:
443
444
macos-verify:
445
name: Verify macOS Package
446
- runs-on: ${{ matrix.runner }}
447
timeout-minutes: 5
448
needs:
449
- generate-publish-metadata
450
- build-x86_64-apple-darwin-packages
451
452
VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }}
453
- strategy:
454
- matrix:
455
- runner: [macos-14, macos-15]
456
steps:
457
- name: Checkout Vector
458
uses: actions/checkout@v4
0 commit comments