File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ jobs:
268
268
269
269
build-x86_64-apple-darwin-packages :
270
270
name : Build Vector for x86_64-apple-darwin (.tar.gz)
271
- runs-on : macos-latest-xlarge
271
+ runs-on : macos-latest-large
272
272
timeout-minutes : 90
273
273
needs : generate-publish-metadata
274
274
env :
@@ -443,16 +443,13 @@ jobs:
443
443
444
444
macos-verify :
445
445
name : Verify macOS Package
446
- runs-on : ${{ matrix.runner }}
446
+ runs-on : macos-latest-large
447
447
timeout-minutes : 5
448
448
needs :
449
449
- generate-publish-metadata
450
450
- build-x86_64-apple-darwin-packages
451
451
env :
452
452
VECTOR_VERSION : ${{ needs.generate-publish-metadata.outputs.vector_version }}
453
- strategy :
454
- matrix :
455
- runner : [macos-14, macos-15]
456
453
steps :
457
454
- name : Checkout Vector
458
455
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments