Skip to content

Commit d545f20

Browse files
committed
CI: check PortAudio library on macos-13 (x86_64) and macos-latest (arm64)
1 parent 1b3eee3 commit d545f20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/sounddevice-data.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ jobs:
66
matrix:
77
include:
88
- os: macos-latest
9+
arch: 'arm64'
10+
# Last version with Intel CPU:
11+
- os: macos-13
912
arch: 'x64'
1013
- os: windows-latest
1114
arch: 'x64'
@@ -35,4 +38,3 @@ jobs:
3538
python -m sounddevice
3639
python -c "import sounddevice as sd; print(sd._libname)"
3740
python -c "import sounddevice as sd; print(sd.get_portaudio_version())"
38-

0 commit comments

Comments
 (0)