We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b3eee3 commit d545f20Copy full SHA for d545f20
1 file changed
.github/workflows/sounddevice-data.yml
@@ -6,6 +6,9 @@ jobs:
6
matrix:
7
include:
8
- os: macos-latest
9
+ arch: 'arm64'
10
+ # Last version with Intel CPU:
11
+ - os: macos-13
12
arch: 'x64'
13
- os: windows-latest
14
@@ -35,4 +38,3 @@ jobs:
35
38
python -m sounddevice
36
39
python -c "import sounddevice as sd; print(sd._libname)"
37
40
python -c "import sounddevice as sd; print(sd.get_portaudio_version())"
-
0 commit comments