Skip to content

Commit f56a569

Browse files
committed
ci: use python ubuntu image
1 parent 9fdc5d4 commit f56a569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mkdocs-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
if: github.event.pull_request.draft == false
1212

1313
runs-on:
14-
- python:3.12-slim
14+
- ubuntu-latest
1515
container:
16-
image: python:3.12-ubuntu
16+
image: python:3.12-slim
1717

1818
steps:
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)