From 7bc4a79c12e47a022d94cd54a2a843b8bb51a643 Mon Sep 17 00:00:00 2001 From: Roy Crihfield Date: Tue, 19 Mar 2024 13:10:09 +0800 Subject: [PATCH] bump SO version for py3.12 fix --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index dcd898a..f3249b5 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -11,7 +11,7 @@ on: # Needed until we can incorporate docker startup into the executor container env: DOCKER_HOST: unix:///var/run/dind.sock - SO_VERSION: v1.1.0-c30c779-202309082138 + SO_VERSION: v1.1.0-aeddc82-202403130716 jobs: unit-tests: