From 60b5605438f0ac2e707e64f231e628749364e08a Mon Sep 17 00:00:00 2001 From: Jai A Date: Fri, 31 Jan 2025 15:10:43 -0800 Subject: [PATCH] switch to self hosted runner for windows code signing --- .github/workflows/theseus-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theseus-release.yml b/.github/workflows/theseus-release.yml index 4cc9a98cd..87138a6a4 100644 --- a/.github/workflows/theseus-release.yml +++ b/.github/workflows/theseus-release.yml @@ -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 }}