diff --git a/.github/actions/setup-dependencies/action.yml b/.github/actions/setup-dependencies/action.yml index 111a730..739ca5a 100644 --- a/.github/actions/setup-dependencies/action.yml +++ b/.github/actions/setup-dependencies/action.yml @@ -37,8 +37,8 @@ runs: while read -r cmd do eval sudo $cmd - done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "24.04"))') - sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev + done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "22.04"))') + sudo apt install libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libicu66 shell: bash - name: Install png (temporary) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 8d7b17f..1cb5359 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -29,7 +29,7 @@ jobs: config: - {os: windows-2022, r: 'release'} - {os: macOS-13, r: 'release'} - - {os: ubuntu-24.04, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"} + - {os: ubuntu-24.02, r: 'release', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"} env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5b4c90f..ceaf18b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -6,7 +6,7 @@ name: Deploy pharmr jobs: deploy: - runs-on: ubuntu-24.04 + runs-on: ubuntu-22.04 env: R_REMOTES_NO_ERRORS_FROM_WARNINGS: true RSPM: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"