Skip to content

Commit e8a5233

Browse files
committed
CI: Avoid broken QEMU 6.1.0
1 parent 1487618 commit e8a5233

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/aarch64.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
if: ${{ matrix.os == 'macos-latest' }}
5757
run: |
5858
brew update
59-
brew install qemu
59+
brew install qemu@6.0
6060
- name: Install QEMU, GNU make (windows)
6161
if: ${{ matrix.os == 'windows-latest' }}
6262
run: |

.github/workflows/x86.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: ${{ matrix.os == 'macos-latest' }}
5656
run: |
5757
brew update
58-
brew install qemu nasm
58+
brew install qemu@6.0 nasm
5959
- name: Install QEMU, NASM, GNU make (windows)
6060
if: ${{ matrix.os == 'windows-latest' }}
6161
run: |

0 commit comments

Comments
 (0)