Skip to content

Commit fe730ad

Browse files
authored
chore(ci): Bump up OSX runners for release builds (vectordotdev#17823)
Currently the longest build job at 2 hours; the second longest is an hour. Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]>
1 parent 708b7f6 commit fe730ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ jobs:
203203

204204
build-x86_64-apple-darwin-packages:
205205
name: Build Vector for x86_64-apple-darwin (.tar.gz)
206-
runs-on: macos-11
206+
runs-on: macos-latest-xl
207207
needs: generate-publish-metadata
208208
env:
209209
VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }}

0 commit comments

Comments
 (0)