Skip to content

Commit aa8cd34

Browse files
committed
ci: Update brew only on macos-15-large
Signed-off-by: Nir Soffer <[email protected]>
1 parent 5a2fe11 commit aa8cd34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/lima.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ jobs:
5353
make ARCH=arm64
5454
sudo make PREFIX=/opt/socket_vmnet.arm64 install.bin install.doc
5555
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
5659
- name: Install Lima
5760
run: |
58-
brew update
5961
brew install lima
6062
limactl sudoers >etc_sudoers.d_lima
6163
sudo install -o root etc_sudoers.d_lima "/private/etc/sudoers.d/lima"

0 commit comments

Comments
 (0)