Skip to content

Commit 80f295b

Browse files
committed
bump test-docs image
maybe this fixes the build
1 parent e847623 commit 80f295b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ env:
2626

2727
jobs:
2828
test-docs:
29-
runs-on: ubuntu-22.04
29+
runs-on: ubuntu-24.04
3030
steps:
3131
- uses: actions/checkout@v4
3232

3333
- uses: actions/setup-python@v5
3434
with:
35-
python-version: "3.11"
35+
python-version: "3.12"
3636
cache: pip
3737

3838
- name: Install libzmq

0 commit comments

Comments
 (0)