Skip to content

Commit bcd35d5

Browse files
authored
Merge pull request #826 from Bisaloo/support-ubuntu-24.04
2 parents 2b1fd74 + 42b399a commit bcd35d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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"),

inst/install-github.R

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install-github.R

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)