Skip to content

Commit

Permalink
Merge pull request #810 from kubernetes-sigs/revert-781-ci/qemu
Browse files Browse the repository at this point in the history
Revert "Workaround for qemu on MacOS in CI"
  • Loading branch information
wzshiming authored Oct 7, 2023
2 parents 7f6881a + a478b72 commit 11d2643
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,6 @@ jobs:
shell: bash
run: |
brew install colima docker
# Workaround for https://github.com/actions/runner-images/issues/8104
brew remove --ignore-dependencies qemu && \
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/f88e30b3a23ef3735580f9b05535ce5a0a03c9e3/Formula/qemu.rb && \
brew install ./qemu.rb
colima start --mount $HOME/.kwok/:w --mount $(pwd):w --mount-type virtiofs
- name: Install Buildx
Expand Down

0 comments on commit 11d2643

Please sign in to comment.