Skip to content

Commit

Permalink
macos-13 fails with
Browse files Browse the repository at this point in the history
```
/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 <[email protected]>
  • Loading branch information
jszwedko committed Oct 18, 2024
1 parent 4417309 commit c9ba264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c9ba264

Please sign in to comment.