Skip to content

Commit 7082d4b

Browse files
authored
feat/ci: extend test workflow for windows-arm
1 parent 5737b9c commit 7082d4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,11 @@ jobs:
9494
tldr tldr --markdown
9595
9696
build-windows:
97-
runs-on: windows-latest
97+
runs-on: ${{ matrix.os }}
9898

9999
strategy:
100100
matrix:
101+
os: ['windows-latest', 'windows-11-arm']
101102
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
102103

103104
steps:

0 commit comments

Comments
 (0)