Skip to content

Commit

Permalink
add brew for socketvmet and change macos13
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Mar 28, 2024
1 parent 7a4294a commit f097baa
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/pr.yml
Expand Up @@ -731,12 +731,13 @@ jobs:
JOB_NAME: "functional_qemu_macos"
GOPOGH_RESULT: ""
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
runs-on: macos-12
runs-on: macos-13
steps:
- name: Disable firewall
- name: Disable firewall & security
run: |
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --add /usr/libexec/bootpd
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --unblock /usr/libexec/bootpd
sudo spctl --master-disable
- name: Install kubectl
shell: bash
run: |
Expand All @@ -755,14 +756,12 @@ jobs:
shell: bash
run: |
brew install qemu
- name: Checkout socket_vmnet
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
with:
repository: lima-vm/socket_vmnet
- name: Install socket_vmnet
shell: bash
run: |
sudo make install
brew install socket_vmnet
brew tap homebrew/services
HOMEBREW=$(which brew) && sudo ${HOMEBREW} services start socket_vmnet
- name: Install docker
shell: bash
run: |
Expand All @@ -772,8 +771,8 @@ jobs:
shell: bash
run: |
hostname
VBoxManage --version
sysctl hw.physicalcpu hw.logicalcpu
qemu-system-x86_64 --version
- name: Download Binaries
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
Expand Down

0 comments on commit f097baa

Please sign in to comment.