diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6f6554..86ce1d6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,8 @@ jobs: build: runs-on: ubuntu-latest + timeout-minutes: 10 + strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]