Skip to content

Commit 685ab3e

Browse files
Downgrade docs build to Ubuntu 22
Ubuntu 24 no longer supports Python 3.7. Its a lot of work to update the docs build to more modern python version
1 parent 40b2804 commit 685ab3e

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
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build:
1515
name: "Docs CI"
16-
runs-on: ubuntu-latest
16+
runs-on: ubuntu-22.04
1717

1818
steps:
1919
- name: Checkout Source

0 commit comments

Comments
 (0)