Skip to content

Commit 9200263

Browse files
committed
build-and-deploy: use hosted Windows 11 ARM runners
The hosted Windows 11 ARM runners are now in public preview, therefore we can finally stop spinning up our own Windows/ARM64 VMs to do the job. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 2c2e9a4 commit 9200263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ env:
3737
jobs:
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

0 commit comments

Comments
 (0)