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 1487618 commit e8a5233Copy full SHA for e8a5233
.github/workflows/aarch64.yml
@@ -56,7 +56,7 @@ jobs:
56
if: ${{ matrix.os == 'macos-latest' }}
57
run: |
58
brew update
59
- brew install qemu
+ brew install qemu@6.0
60
- name: Install QEMU, GNU make (windows)
61
if: ${{ matrix.os == 'windows-latest' }}
62
.github/workflows/x86.yml
@@ -55,7 +55,7 @@ jobs:
55
- brew install qemu nasm
+ brew install qemu@6.0 nasm
- name: Install QEMU, NASM, GNU make (windows)
0 commit comments