File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737jobs :
3838 build :
3939 if : github.event.repository.owner.login == 'git-for-windows'
40- runs-on : ${{ github.event.inputs.architecture == 'aarch64' && fromJSON('["Windows", "ARM64"]') || 'windows-latest' }}
40+ runs-on : ${{ github.event.inputs.architecture == 'aarch64' && 'windows-11-arm' || 'windows-latest' }}
4141 steps :
4242 - uses : actions/checkout@v4
4343
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ defaults:
4343
4444jobs :
4545 pkg :
46- runs-on : ${{ github.event.inputs.architecture == 'aarch64' && fromJSON('["Windows", "ARM64"]') || 'windows-latest' }}
46+ runs-on : ${{ github.event.inputs.architecture == 'aarch64' && 'windows-11-arm' || 'windows-latest' }}
4747 outputs :
4848 artifact_matrix : ${{ steps.artifact-build-matrix.outputs.result }}
4949 msystem : ${{steps.configure-environment.outputs.MSYSTEM}}
@@ -357,7 +357,7 @@ jobs:
357357 append-text : " ${{ format('Completed: {0}', job.status) }}."
358358 conclusion : ${{ job.status }}
359359 artifacts :
360- runs-on : ${{ github.event.inputs.architecture == 'aarch64' && fromJSON('["Windows", "ARM64"]') || 'windows-latest' }}
360+ runs-on : ${{ github.event.inputs.architecture == 'aarch64' && 'windows-11-arm' || 'windows-latest' }}
361361 needs : pkg
362362 env :
363363 MSYSTEM : ${{ needs.pkg.outputs.msystem }}
You can’t perform that action at this time.
0 commit comments