We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1daec3a commit 9798bccCopy full SHA for 9798bcc
.github/workflows/test.yml
@@ -470,6 +470,8 @@ jobs:
470
brew install bash coreutils
471
# QEMU 9.1.0 seems to break on GitHub runners, both on Monterey and Ventura
472
# 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 "action@github.com"
475
./hack/brew-install-version.sh qemu 8.2.1
476
- name: Test
477
uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3.0.2
0 commit comments