Skip to content

Commit 2c687c2

Browse files
committed
Add ARM64 to CI platform list
1 parent dcf9376 commit 2c687c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: windows-latest
2020
strategy:
2121
matrix:
22-
platform: [x86, x64]
22+
platform: [x86, x64, ARM64]
2323

2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)