Skip to content

Commit bc4ac6a

Browse files
authored
Merge pull request #3887 from zyfy29/fix-mac-upgrade-test-action
ci: set GitHub Actions user to prevent brew command failure
2 parents bc6dd86 + b2662e7 commit bc4ac6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@ jobs:
470470
brew install bash coreutils
471471
# QEMU 9.1.0 seems to break on GitHub runners, both on Monterey and Ventura
472472
# We revert back to 8.2.1, which seems to work fine
473+
git config --global user.name "GitHub Actions Bot"
474+
git config --global user.email "nobody@localhost"
473475
./hack/brew-install-version.sh qemu 8.2.1
474476
- name: Test
475477
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2

0 commit comments

Comments
 (0)