Skip to content

Commit aefab6b

Browse files
authored
Update GitHub Actions to use latest Ubuntu and Python
1 parent 8bbfb0a commit aefab6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ on:
88

99
jobs:
1010
framework-docs:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v6
1515

1616
- name: Setup Python
1717
uses: actions/setup-python@v6
18-
with:
19-
python-version: '3.8'
2018

2119
- name: Upgrade pip
2220
run: |

0 commit comments

Comments
 (0)