Skip to content

Commit 60b5605

Browse files
committed
switch to self hosted runner for windows code signing
1 parent 9574e8e commit 60b5605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/theseus-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
platform: [macos-latest, windows-latest, ubuntu-22.04]
24+
platform: [macos-latest, [self-hosted, windows], ubuntu-22.04]
2525

2626
runs-on: ${{ matrix.platform }}
2727

0 commit comments

Comments
 (0)