diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml
index 986b3d143dd..33fc3e91c86 100644
--- a/.github/workflows/gh-ci.yaml
+++ b/.github/workflows/gh-ci.yaml
@@ -27,7 +27,7 @@ jobs:
     strategy:
         fail-fast: false
         matrix:
-          os: [nuc, ]
+          os: [self-hosted, ]
           python-version: ["3.10", "3.11", "3.12"]
           full-deps: [true, ]
           codecov: [true, ]