Skip to content

Commit aba3459

Browse files
authored
Merge pull request #865 from nsoranzo/22.04_in_CI_v2
Run GitHub workflows on Ubuntu 22.04
2 parents a6bf2ed + 4a47be1 commit aba3459

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
lesson: [swcarpentry/shell-novice, datacarpentry/r-intro-geospatial, librarycarpentry/lc-git]
16-
os: [ubuntu-20.04, macos-latest, windows-latest]
16+
os: [ubuntu-22.04, macos-latest, windows-latest]
1717
experimental: [false]
1818
include:
1919
- os: ubuntu-22.04

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
while read -r cmd
8686
do
8787
eval sudo $cmd || echo "Nothing to update"
88-
done < <(Rscript -e 'cat(remotes::system_requirements("ubuntu", "20.04"), sep = "\n")')
88+
done < <(Rscript -e 'cat(remotes::system_requirements("ubuntu", "22.04"), sep = "\n")')
8989
9090
- name: Render the markdown and confirm that the site can be built
9191
run: make site

0 commit comments

Comments
 (0)