Skip to content

Commit 9afbd80

Browse files
committed
Added missing runner filter for Ubuntu build step.
1 parent f7fbd02 commit 9afbd80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ jobs:
2929
matrix.os == 'macOS-13' ||
3030
matrix.os == 'macOS-13-xlarge' ||
3131
matrix.os == 'macOS-14' ||
32-
matrix.os == 'macos-14-large' ||
32+
matrix.os == 'macOs-14-large' ||
3333
matrix.os == 'macOS-15' ||
34-
matrix.os == 'macos-15-large'
34+
matrix.os == 'macOs-15-large'
3535
with:
3636
xcode-version: latest-stable
3737

3838
- name: Build package Ubuntu all
3939
uses: pypa/[email protected]
40+
if: matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-24.04-arm'
4041
with:
4142
output-dir: wheelhouse
4243
env:

0 commit comments

Comments
 (0)