Skip to content

Commit 851a1a0

Browse files
committed
updating ubuntu version of github runner
1 parent c3bb4d9 commit 851a1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-website:
1010
if: ${{ !endsWith(github.repository, '/styles') }}
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
env:
1313
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"
1414
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)