Skip to content

Commit 8865cab

Browse files
authored
chore: fix ubuntu version for docs generation (#2160)
1 parent 74a218e commit 8865cab

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
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
docs:
1111
name: "Generate Project Documentation"
12-
runs-on: ubuntu-16.04
12+
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2

0 commit comments

Comments
 (0)