Skip to content

Commit

Permalink
enable f41
Browse files Browse the repository at this point in the history
  • Loading branch information
Enchufa2 committed Aug 22, 2024
1 parent 2953875 commit 48c18c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: [39, 40, rawhide]
tag: [39, 40, 41, rawhide]

env:
REGISTRY: ghcr.io/cran4linux
Expand Down
2 changes: 1 addition & 1 deletion config.r
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ options(
copr.prefix = "R-CRAN-",
copr.tpl = "spec.in",
copr.bflags = "",
copr.chroots = paste("fedora", c(39:40, "rawhide"), "x86_64", sep="-"),
copr.chroots = paste("fedora", c(39:41, "rawhide"), "x86_64", sep="-"),
repos = "https://cran.r-project.org",
error = NULL,
stringsAsFactors = FALSE,
Expand Down

0 comments on commit 48c18c0

Please sign in to comment.