Change runner to self-hosted for test workflow

This commit is contained in:
shayaa
2026-04-11 09:47:22 +02:00
committed by GitHub
parent 42616f996d
commit 976d610baf
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- os: macos-latest
artifact_name: SoftwareManager-test-${{ github.sha }}-macos
runs-on: ${{ matrix.os }}
runs-on: self-hosted
steps:
- name: Checkout code