From 2109192667a194bfe1c4b1daf94e8fddd1b81142 Mon Sep 17 00:00:00 2001 From: Chris Grandin Date: Wed, 30 Oct 2024 23:33:47 -0700 Subject: [PATCH] Go back to Ubuntu 20.04 for GitHub tests --- .github/workflows/R-CMD-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 2d10b23..e4a89f9 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -25,7 +25,7 @@ jobs: config: # - {os: windows-latest, r: 'release'} # - {os: macOS-latest, r: 'release'} - - {os: ubuntu-22.04, r: 'release'} + - {os: ubuntu-20.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"} # - {os: ubuntu-20.04, r: 'devel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"} env: