We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6bf2ed + 4a47be1 commit aba3459Copy full SHA for aba3459
.github/workflows/template.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: false
14
matrix:
15
lesson: [swcarpentry/shell-novice, datacarpentry/r-intro-geospatial, librarycarpentry/lc-git]
16
- os: [ubuntu-20.04, macos-latest, windows-latest]
+ os: [ubuntu-22.04, macos-latest, windows-latest]
17
experimental: [false]
18
include:
19
- os: ubuntu-22.04
.github/workflows/website.yml
@@ -85,7 +85,7 @@ jobs:
85
while read -r cmd
86
do
87
eval sudo $cmd || echo "Nothing to update"
88
- done < <(Rscript -e 'cat(remotes::system_requirements("ubuntu", "20.04"), sep = "\n")')
+ done < <(Rscript -e 'cat(remotes::system_requirements("ubuntu", "22.04"), sep = "\n")')
89
90
- name: Render the markdown and confirm that the site can be built
91
run: make site
0 commit comments