Change runner to self-hosted for GPU build

This commit is contained in:
McCloudS
2025-12-13 14:15:57 -05:00
committed by GitHub
parent 1f428eabf9
commit 7373f9a87b

View File

@@ -9,7 +9,7 @@ on:
jobs: jobs:
docker: docker:
runs-on: ubuntu-latest runs-on: [self-hosted]
steps: steps:
- name: Checkout code - name: Checkout code