diff --git a/.forgejo/workflows/pr-tests.yml b/.forgejo/workflows/pr-tests.yml index aa96b84..e6409e4 100644 --- a/.forgejo/workflows/pr-tests.yml +++ b/.forgejo/workflows/pr-tests.yml @@ -4,7 +4,7 @@ jobs: test: runs-on: docker-arm64 container: - image: python:3.12-slim + image: python:3.14-slim env: CMAKE_BUILD_PARALLEL_LEVEL: "4" steps: