Skip to content

Commit

Permalink
gha: pin codecov uploader to v0.7.3
Browse files Browse the repository at this point in the history
Codecov uploader v0.8.0 for macOS is built for arm64, which fails to run
on (Intel) macos-12 runners with "unknown error -86" (-EBADARCH).

Signed-off-by: Cory Snider <[email protected]>
  • Loading branch information
corhere committed Sep 4, 2024
1 parent 3768d28 commit 6ce1dd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,4 @@ jobs:
with:
file: /tmp/coverage.txt
working-directory: ${{ env.GOPATH }}/src/github.com/docker/cli
version: v0.7.3 # Work around https://github.com/codecov/uploader/issues/1687 -- uploader v0.8.0 for mac is built for arm64, not x86_64

0 comments on commit 6ce1dd5

Please sign in to comment.