Skip to content

Commit 4aa2727

Browse files
committed
Updated Ubuntu version in GitHub workflow
The Ubuntu version used in the GitHub Pages job of the workflow has been updated. The previous version was 16.04, and it's now been upgraded to 22.04 for better performance and security updates.
1 parent 49e118c commit 4aa2727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
github-pages:
10-
runs-on: ubuntu-16.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
- uses: helaili/jekyll-action@2.0.1

0 commit comments

Comments
 (0)