Skip to content

Commit 5c8ac0f

Browse files
committed
fix: Universal pipeline
1 parent 660e159 commit 5c8ac0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
python setup.py bdist_wheel --plat-name win_amd64
111111
112112
- name: Build macOS wheel (Universal)
113-
if: runner == 'macos-latest'
113+
if: runner.os == 'macOS'
114114
run: |
115115
# Create necessary directories
116116
mkdir -p artifacts

0 commit comments

Comments
 (0)