fix(ci): wrong runner for signing

This commit is contained in:
Elian Doran 2025-03-24 17:32:14 +02:00
parent c25d42cf5d
commit 04a8bb94b6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

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

View File

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