fix: add runner tag for Linux self-hosted runner

This commit is contained in:
Junya Morioka
2026-01-18 00:41:44 +09:00
parent b376519e1b
commit b757ec3af8
+1 -1
View File
@@ -97,7 +97,7 @@ jobs:
python-version: ${{ matrix.python-version }}
torch-version: ${{ matrix.torch-version }}
cuda-version: ${{ matrix.cuda-version }}
runner: '["self-hosted", "x64"]'
runner: '["self-hosted", "linux", "x64"]'
container-image: "quay.io/pypa/manylinux_2_28_x86_64"
secrets: inherit