Skip to content

Commit

Permalink
macOS Ventura is using darwin 22.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Dubois <[email protected]>
  • Loading branch information
jandubois committed Mar 10, 2023
1 parent 22ea41b commit 55a1837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/rancher-desktop/backend/lima.ts
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ const PREVIOUS_LIMA_SUDOERS_LOCATION = '/private/etc/sudoers.d/rancher-desktop-l
// Name of the forward compatible limactl binary installed by the lima dependencies script.
const fwdCompatLimactlBin = 'limactl.ventura';
// Version of Darwin the forward compatible limactl binary was built for.
const fwdCompatLimactlDarwinVer = '22.2.0';
const fwdCompatLimactlDarwinVer = '22.1.0';

/**
* LimaBackend implements all the Lima-specific functionality for Rancher
Expand Down

0 comments on commit 55a1837

Please sign in to comment.