From c9ba264c6a9a4bc9e44acbfdb209e33e858271c4 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Fri, 18 Oct 2024 07:24:48 -0700 Subject: [PATCH] macos-13 fails with ``` /Users/runner/work/_temp/76b64f87-2009-42f1-a94b-9416bb00e145.sh: line 1: vector-x86_64-apple-darwin/bin/vector: Bad CPU type in executable ``` I spent some time trying to debug this but decided to punt on it for now. Signed-off-by: Jesse Szwedko --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0f64db80a3d52..7cd8901a699d4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -457,7 +457,7 @@ jobs: VECTOR_VERSION: ${{ needs.generate-publish-metadata.outputs.vector_version }} strategy: matrix: - runner: [macos-13, macos-14, macos-15] + runner: [macos-14, macos-15] steps: - name: Checkout Vector uses: actions/checkout@v3