Skip to content

Commit 0e4e230

Browse files
committed
Add support for ubuntu 24.04
1 parent 2b1fd74 commit 0e4e230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/system_requirements.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ system_requirements <- function(os, os_release = NULL, path = ".", package = NUL
101101
supported_os_versions <- function() {
102102
list(
103103
#"debian" = c("8", "9"),
104-
"ubuntu" = c("14.04", "16.04", "18.04", "20.04", "22.04"),
104+
"ubuntu" = c("14.04", "16.04", "18.04", "20.04", "22.04", "24.04"),
105105
"centos" = c("6", "7", "8"),
106106
"redhat" = c("6", "7", "8"),
107107
"opensuse" = c("42.3", "15.0"),

0 commit comments

Comments
 (0)