Skip to content

Commit 0b096cd

Browse files
committed
ci: Ubuntu 20.04 LTS runner will be removed on 2025-04-15
See: actions/runner-images#11101
1 parent 0cedb24 commit 0b096cd

File tree

1 file changed

+1
-1
lines changed
  • {{cookiecutter.name}}/.github/workflows

1 file changed

+1
-1
lines changed

{{cookiecutter.name}}/.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515
pages:
16-
runs-on: ubuntu-20.04
16+
runs-on: ubuntu-latest
1717
environment:
1818
name: github-pages
1919
url: {% raw %}${{ steps.deployment.outputs.page_url }}{% endraw %}

0 commit comments

Comments
 (0)