diff --git a/.forgejo/workflows/integration.yml b/.forgejo/workflows/integration.yml
index ced0ae6..27ec8bf 100644
--- a/.forgejo/workflows/integration.yml
+++ b/.forgejo/workflows/integration.yml
@@ -1,7 +1,7 @@
 on: [ pull_request, push ]
 jobs:
   integration:
-    runs-on: self-hosted
+    runs-on: lxc-bookworm
     steps:
       - uses: actions/checkout@v3