From 6419d0b3e96130473268a208278583958370ea84 Mon Sep 17 00:00:00 2001 From: Pavlos Rontidis Date: Tue, 7 Jan 2025 11:41:48 -0500 Subject: [PATCH] change runner for macos-verify --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 155f99bc91bff6..386accd890fa88 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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