changed reindex job

This commit is contained in:
2025-06-06 17:49:17 -05:00
parent 5d475f9d08
commit eec5f7113a
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
# *** KEY CHANGE ***
# This tells GitHub to run this job on one of your self-hosted runners.
# You can also add labels to target specific servers, e.g., [self-hosted, linux, x64, my-app]
runs-on: inference-server
runs-on: Windows
steps:
# Step 1: Check out the repository's code