Skip to content

Commit 57e8793

Browse files
Brénainn WoodsendBrénainn Woodsend
authored andcommitted
Add Windows x64 on ARM64 variant to CI
1 parent e4c3552 commit 57e8793

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/sounddevice-data.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
arch: 'x86'
1717
- os: windows-11-arm
1818
arch: 'arm64'
19+
- os: windows-11-arm
20+
arch: 'x64'
1921
runs-on: ${{ matrix.os }}
2022
steps:
2123
- name: Set up Python
@@ -25,7 +27,7 @@ jobs:
2527
architecture: ${{ matrix.arch }}
2628
- name: Double-check Python version
2729
run: |
28-
python --version
30+
python --version --version
2931
- name: Clone Git repository (with submodules)
3032
uses: actions/checkout@v6
3133
with:

0 commit comments

Comments
 (0)