Skip to content

Commit 36b089f

Browse files
authored
Merge pull request #14 from git-for-windows/arm64-runners-sync
sync (CI): run on arm64 runners
2 parents e2efde2 + cc30cfe commit 36b089f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818
sync:
1919
if: github.repository_owner == 'git-for-windows' || github.event.inputs.debug_with_ssh_key != ''
20-
runs-on: windows-latest
20+
runs-on: [Windows, ARM64]
2121
environment: sync
2222
steps:
2323
- name: clone git-sdk-arm64

0 commit comments

Comments
 (0)