diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abf34072..9d5fdbaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,6 +132,7 @@ jobs: timeout-minutes: 15 run: cargo run --example cxx-dataflow - name: "Cmake example" + if: runner.os == 'Linux' timeout-minutes: 30 run: cargo run --example cmake-dataflow