Skip to content

Commit 14d970f

Browse files
committed
Only fuzz on linux
1 parent fd7f269 commit 14d970f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,15 +84,11 @@ jobs:
8484
run: make test
8585
fuzz:
8686
name: Fuzz
87-
runs-on: ${{ matrix.os }}
87+
runs-on: ubuntu-latest
8888
needs: [test-image]
8989
strategy:
9090
fail-fast: false
9191
matrix:
92-
os:
93-
- ubuntu-latest
94-
- windows-latest
95-
- macos-latest
9692
python:
9793
- "3.10"
9894
- "3.11"

0 commit comments

Comments
 (0)