Skip to content

Commit 976c0ba

Browse files
authored
Read The Docs workflow - upgrade from deprecated Ubuntu version (#537)
This PR updates the Ubuntu runner for the Read The Docs workflow to the next stable version (22.04) since the current version 20.04 was deprecated two days ago: `This is a scheduled Ubuntu 20.04 retirement. Ubuntu 20.04 LTS runner will be removed on 2025-04-15.`
2 parents dd24e25 + 6eff5f2 commit 976c0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
docs:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v3
1616
- name: Install dependencies

0 commit comments

Comments
 (0)