Skip to content

Commit aa01330

Browse files
authored
Change ubuntu version in docs workflow (#237)
1 parent 8962612 commit aa01330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: [pull_request, push]
33

44
jobs:
55
build-and-deploy:
6-
runs-on: ubuntu-18.04
6+
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2
99
- name: Setup Python

0 commit comments

Comments
 (0)