Skip to content

Commit c4632ad

Browse files
committed
fix: Proper build check
1 parent 64d3819 commit c4632ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ jobs:
353353
test-built-macos-wheel:
354354
name: Test macOS built wheel (Universal)
355355
needs: build-macos-wheel
356-
runs-on: macos-latest
356+
runs-on: ${{ matrix.runs-on }}
357357
strategy:
358358
matrix:
359359
include:

0 commit comments

Comments
 (0)