Merge pull request #164 from gendx/fix-workflows
Disable cargo_fuzz workflow on MacOS.
This commit is contained in:
5
.github/workflows/cargo_fuzz.yml
vendored
5
.github/workflows/cargo_fuzz.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user