Skip to content

Commit 6d7ff51

Browse files
authored
Fix macOS version check for Tahoe (#28)
1 parent 03526f3 commit 6d7ff51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/system.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ shell_mac_version <- function() {
5252
#' @keywords internal
5353
is_macos_r_supported <- function() {
5454
mac_version <- shell_mac_version()
55-
version_between(mac_version, "10.13.0", "26.0")
55+
version_between(mac_version, "10.13.0", "27.0")
5656
}
5757

5858
#' Check if macOS Tahoe

0 commit comments

Comments
 (0)