switch to self hosted runner for windows code signing

This commit is contained in:
Jai A
2025-01-31 15:10:43 -08:00
parent 9574e8e639
commit 60b5605438

View File

@@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, windows-latest, ubuntu-22.04]
platform: [macos-latest, [self-hosted, windows], ubuntu-22.04]
runs-on: ${{ matrix.platform }}