diff --git a/.github/workflows/bootstrap-actions.yml b/.github/workflows/bootstrap-actions.yml
index e23a5c8..19a78b3 100644
--- a/.github/workflows/bootstrap-actions.yml
+++ b/.github/workflows/bootstrap-actions.yml
@@ -18,7 +18,7 @@ on:
 
 jobs:
   deploy: 
-    runs-on: ubuntu-latest
+    runs-on: [self-hosted, Linux, X64, hmpps-github-actions-runner]
     steps:
       - run: echo "Running a script for ${{ github.event.inputs.options }} 10 minutes"
       - name: Checkout code