Skip to content

Commit 4a47be1

Browse files
committed
Run GitHub workflows on Ubuntu 22.04
Some '20.04' instances were missed in commit 564660a . The Ubuntu 20.04 image was fully retired on 2025-04-15, see: https://github.blog/changelog/2025-01-15-github-actions-ubuntu-20-runner-image-brownout-dates-and-other-breaking-changes/
1 parent a6bf2ed commit 4a47be1

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)