Skip to content

Commit 53d5d62

Browse files
committed
try better version for ubuntu
1 parent ffd0188 commit 53d5d62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run_visium_qc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
r-visum-qc:
11-
runs-on: ubuntu-noble
11+
runs-on: ubuntu-22.04
1212

1313
env:
1414
RENV_PATHS_ROOT: ~/.local/share/renv # persistent cache location

ubuntu.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ options(BIOCONDUCTOR_CONFIG_FILE = "https://packagemanager.posit.co/bioconductor
88
Sys.setenv("R_BIOC_VERSION" = "3.22")
99

1010
# Configure a CRAN snapshot compatible with Bioconductor 3.22
11-
options(repos = c(CRAN = "https://packagemanager.posit.co/cran/__linux__/noble/latest"))
11+
options(repos = c(CRAN = "https://packagemanager.posit.co/cran/__linux__/jammy/latest"))

0 commit comments

Comments
 (0)