Skip to content

Commit 03edc25

Browse files
authored
1 parent 58b68c2 commit 03edc25

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/pythonapp.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ env:
1212

1313
jobs:
1414
windows_wheels_tests:
15-
runs-on: windows-latest
1615
env:
1716
FF_BUILD_DIR: ~/ff_deps
1817
SDL_ROOT: ~/ff_deps/SDL2
1918
FFMPEG_ROOT: ~/ff_deps/ffmpeg
2019
strategy:
2120
matrix:
21+
os: [ windows-latest ]
2222
python: [ '3.9', '3.10', '3.11', '3.12', '3.13']
23+
include:
24+
- os: windows-11-arm
25+
- python: 3.x
26+
runs-on: ${{ matrix.os }}
2327
steps:
2428
- uses: actions/checkout@v4.2.2
2529
- name: Set up Python ${{ matrix.python }}

0 commit comments

Comments
 (0)