Skip to content

Commit 45c1d3e

Browse files
authored
ci: added ubuntu ARM64 runner in tests (#387)
1 parent edebf76 commit 45c1d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ jobs:
346346
COMPOSITE: ./.ref-download-test
347347
strategy:
348348
matrix:
349-
os: [ubuntu-latest, macos-latest, windows-latest]
349+
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm]
350350
steps:
351351
- name: Setup wrapper composite action at ${{ env.COMPOSITE }}
352352
uses: actions/github-script@v7

0 commit comments

Comments
 (0)