Skip to content

Commit df09ad5

Browse files
authored
ci/docs: update ubuntu version (#9088)
Per github advisory: > The Ubuntu 20.04 runner image will be fully unsupported by April 1, 2025.
1 parent e395419 commit df09ad5

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
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121

2222
test-docs:
23-
runs-on: ubuntu-20.04
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)