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 5a2fe11 commit aa8cd34Copy full SHA for aa8cd34
.github/workflows/lima.yaml
@@ -53,9 +53,11 @@ jobs:
53
make ARCH=arm64
54
sudo make PREFIX=/opt/socket_vmnet.arm64 install.bin install.doc
55
if file /opt/socket_vmnet.arm64/bin/* | grep -q x86_64 ; then false ; fi
56
+ - name: Update brew (macos-15-large)
57
+ if: matrix.platform == "macos-15-large"
58
+ run: brew update
59
- name: Install Lima
60
run: |
- brew update
61
brew install lima
62
limactl sudoers >etc_sudoers.d_lima
63
sudo install -o root etc_sudoers.d_lima "/private/etc/sudoers.d/lima"
0 commit comments