mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 00:15:32 +00:00
maint(core): fix test runner runs-on
Test-bot: skip Build-bot: skip
This commit is contained in:
parent
332edb7590
commit
10fe8d85c6
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ jobs:
|
|||
set_status:
|
||||
name: Set result status on PR builds
|
||||
needs: [core-arm64-windows-test]
|
||||
runs-on: windows-arm64
|
||||
runs-on: windows-11-arm
|
||||
if: ${{ always() && github.event.client_payload.isTestBuild == 'true' }}
|
||||
steps:
|
||||
- name: Set success
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue