Skip to content

Commit a4ed3a3

Browse files
committed
add Linux ARM64 runner
1 parent 9de071f commit a4ed3a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest]
19+
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
2020
steps:
2121
- name: Checkout master branch
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)