@@ -78,42 +78,50 @@ jobs:
7878 macos-latest,
7979 ubuntu-24.04-arm,
8080 windows-11-arm,
81+ macos-15-intel,
8182 ]
8283 include :
84+ - soundfile : soundfile
8385 - python-version : " 3.10"
84- numpy-version : numpy==1.22.4
85- onnxruntime-version : onnxruntime==1.18.1
86- hf-hub-version : huggingface-hub==0.30.2
87- typing-version : typing-extensions==4.6.0
86+ numpy : numpy==1.22.4
87+ onnxruntime : onnxruntime==1.18.1
88+ hf-hub : huggingface-hub==0.30.2
89+ typing : typing-extensions==4.6.0
8890 - python-version : " 3.11"
89- numpy-version : numpy~=1.26
90- onnxruntime-version : onnxruntime~=1.20.1
91- hf-hub-version : huggingface-hub~=0.36
91+ numpy : numpy~=1.26
92+ onnxruntime : onnxruntime~=1.20.1
93+ hf-hub : huggingface-hub~=0.36
9294 - python-version : " 3.12"
93- numpy-version : numpy~=2.0.2
94- onnxruntime-version : onnxruntime~=1.22.1
95- hf-hub-version : huggingface-hub~=1.0.1
95+ numpy : numpy~=2.0.2
96+ onnxruntime : onnxruntime~=1.22.1
97+ hf-hub : huggingface-hub~=1.0.1
9698 - python-version : " 3.13"
97- numpy-version : numpy~=2.3.5
98- onnxruntime-version : onnxruntime~=1.23.2
99+ numpy : numpy~=2.3.5
100+ onnxruntime : onnxruntime~=1.23.2
99101 - python-version : " 3.13t"
100102 os : ubuntu-latest
103+ soundfile : " "
101104 - python-version : " 3.13t"
102105 os : ubuntu-24.04-arm
106+ soundfile : " "
103107 - python-version : " 3.14t"
104108 os : ubuntu-latest
109+ soundfile : soundfile
105110 - python-version : " 3.14t"
106111 os : ubuntu-24.04-arm
112+ soundfile : soundfile
107113 - os : windows-11-arm
108- numpy-version : numpy~=2.3.5
109- onnxruntime-version : onnxruntime> =1.24.2
114+ numpy : numpy~=2.3.5
115+ onnxruntime : onnxruntime~ =1.24.2
110116 - os : windows-11-arm
111117 python-version : " 3.14"
112- numpy-version : numpy>=2.4.2
118+ numpy : " "
119+ onnxruntime : " "
113120 exclude :
114121 - os : windows-11-arm
115122 python-version : " 3.10"
116-
123+ - os : macos-15-intel
124+ python-version : " 3.14"
117125 steps :
118126 - uses : actions/checkout@v6
119127 - name : Install uv with Python ${{ matrix.python-version }}
@@ -130,10 +138,11 @@ jobs:
130138 shell : bash
131139 run : >-
132140 uv pip install --group test ./dist/onnx_asr-*.whl
133- ${{ matrix.numpy-version }}
134- ${{ matrix.onnxruntime-version }}
135- ${{ matrix.hf-hub-version }}
136- ${{ matrix.typing-version }}
141+ ${{ matrix.numpy }}
142+ ${{ matrix.onnxruntime }}
143+ ${{ matrix.hf-hub }}
144+ ${{ matrix.typing }}
145+ ${{ matrix.soundfile }}
137146
138147 - name : Cache HF models
139148 uses : actions/cache@v5
0 commit comments