We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffd0188 commit 53d5d62Copy full SHA for 53d5d62
.github/workflows/run_visium_qc.yaml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
r-visum-qc:
11
- runs-on: ubuntu-noble
+ runs-on: ubuntu-22.04
12
13
env:
14
RENV_PATHS_ROOT: ~/.local/share/renv # persistent cache location
ubuntu.R
@@ -8,4 +8,4 @@ options(BIOCONDUCTOR_CONFIG_FILE = "https://packagemanager.posit.co/bioconductor
Sys.setenv("R_BIOC_VERSION" = "3.22")
# Configure a CRAN snapshot compatible with Bioconductor 3.22
-options(repos = c(CRAN = "https://packagemanager.posit.co/cran/__linux__/noble/latest"))
+options(repos = c(CRAN = "https://packagemanager.posit.co/cran/__linux__/jammy/latest"))
0 commit comments