Skip to content

Commit c339223

Browse files
committed
1 parent eca1b03 commit c339223

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/legacy.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
workflow_dispatch:
66
jobs:
77
legacy:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
name: legacy
1010
env:
1111
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -22,7 +22,6 @@ jobs:
2222
- name: Install system dependencies
2323
run: |
2424
sudo apt-get install -y software-properties-common
25-
sudo add-apt-repository -y ppa:cran/libgit2
2625
sudo apt-get update
2726
sudo apt-get install -y \
2827
libcurl4-openssl-dev \
@@ -48,8 +47,8 @@ jobs:
4847
uses: actions/cache@v4
4948
with:
5049
path: ${{ env.R_LIBS_USER }}/*
51-
key: ubuntu-20.04-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('DESCRIPTION') }}
52-
restore-keys: ubuntu-20.04-${{ steps.install-r.outputs.installed-r-version }}-1-
50+
key: ubuntu-22.04-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('DESCRIPTION') }}
51+
restore-keys: ubuntu-22.04-${{ steps.install-r.outputs.installed-r-version }}-1-
5352
- name: Install dependencies
5453
run: Rscript scripts/install-legacy-versions.R
5554
working-directory: "workflowr-pkg-tests"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ from GitHub
1919
Name | OS | R | pandoc | knitr | rmarkdown | status
2020
------- | ------------ | ------- | -------- | ------- | --------- | ------
2121
current | Ubuntu 22.04 | release | 2.16.2 | release | release | [![current](https://github.com/workflowr/workflowr-pkg-tests/workflows/current/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/current.yaml)
22-
legacy | Ubuntu 20.04 | 3.3.3 | 1.19.2.4 | 1.29 | 1.18 | [![legacy](https://github.com/workflowr/workflowr-pkg-tests/workflows/legacy/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/legacy.yaml)
22+
legacy | Ubuntu 22.04 | 3.3.3 | 1.19.2.4 | 1.29 | 1.18 | [![legacy](https://github.com/workflowr/workflowr-pkg-tests/workflows/legacy/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/legacy.yaml)
2323
future | Ubuntu 24.04 | devel | 2.19.2 | devel | devel | [![future](https://github.com/workflowr/workflowr-pkg-tests/workflows/future/badge.svg)](https://github.com/workflowr/workflowr-pkg-tests/actions/workflows/future.yaml)
2424

2525
## Monthly

0 commit comments

Comments
 (0)