Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 965c82b

Browse files
committedApr 24, 2025·
Build docs on ubuntu-latest instead of pinned old/outdated version
1 parent 1f54d86 commit 965c82b

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
@@ -5,7 +5,7 @@ on: [push, pull_request]
55

66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v2
1111
- name: "Set up Python 3.10"

0 commit comments

Comments
 (0)
Please sign in to comment.