fix(ci): wrong runner for signing

pull/1507/head
Elian Doran 2025-03-24 17:32:14 +07:00
parent c25d42cf5d
commit 04a8bb94b6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

@ -30,7 +30,7 @@ jobs:
shell: bash
forge_platform: linux
- name: windows
image: windows-latest
image: win-signing
shell: cmd
forge_platform: win32
runs-on: ${{ matrix.os.image }}

@ -27,7 +27,7 @@ jobs:
shell: bash
forge_platform: linux
- name: windows
image: windows-latest
image: win-signing
shell: cmd
forge_platform: win32
runs-on: ${{ matrix.os.image }}