Disable cargo_fuzz workflow on MacOS.

This commit is contained in:
Guillaume Endignoux
2020-09-24 14:37:01 +02:00
parent eba91e983d
commit a8b4258d76

View File

@@ -7,10 +7,7 @@ on:
jobs: jobs:
build_fuzzing: build_fuzzing:
strategy: runs-on: ubuntu-18.04
matrix:
os: [ubuntu-18.04, macos-10.15]
runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: