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 37
37
jobs :
38
38
build :
39
39
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' }}
41
41
steps :
42
42
- uses : actions/checkout@v4
43
43
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ defaults:
43
43
44
44
jobs :
45
45
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' }}
47
47
outputs :
48
48
artifact_matrix : ${{ steps.artifact-build-matrix.outputs.result }}
49
49
msystem : ${{steps.configure-environment.outputs.MSYSTEM}}
@@ -357,7 +357,7 @@ jobs:
357
357
append-text : " ${{ format('Completed: {0}', job.status) }}."
358
358
conclusion : ${{ job.status }}
359
359
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' }}
361
361
needs : pkg
362
362
env :
363
363
MSYSTEM : ${{ needs.pkg.outputs.msystem }}
You can’t perform that action at this time.
0 commit comments