Skip to content

Commit 27a2276

Browse files
committed
.github: secure ubuntu version to 24.04
1 parent 9d9864e commit 27a2276

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

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

1818
jobs:
1919
deploy-docs:
20-
runs-on: ubuntu-latest
20+
runs-on: ubuntu-24.04
2121
environment:
2222
name: github-pages
2323
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)