File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
jobs :
7
7
legacy :
8
- runs-on : ubuntu-20 .04
8
+ runs-on : ubuntu-22 .04
9
9
name : legacy
10
10
env :
11
11
GITHUB_PAT : ${{ secrets.GITHUB_TOKEN }}
22
22
- name : Install system dependencies
23
23
run : |
24
24
sudo apt-get install -y software-properties-common
25
- sudo add-apt-repository -y ppa:cran/libgit2
26
25
sudo apt-get update
27
26
sudo apt-get install -y \
28
27
libcurl4-openssl-dev \
48
47
uses : actions/cache@v4
49
48
with :
50
49
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-
53
52
- name : Install dependencies
54
53
run : Rscript scripts/install-legacy-versions.R
55
54
working-directory : " workflowr-pkg-tests"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ from GitHub
19
19
Name | OS | R | pandoc | knitr | rmarkdown | status
20
20
------- | ------------ | ------- | -------- | ------- | --------- | ------
21
21
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 )
23
23
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 )
24
24
25
25
## Monthly
You can’t perform that action at this time.
0 commit comments