diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5455e0b..a15d96a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,9 +6,12 @@ name: Continuous integration jobs: ci: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: + os: + - ubuntu-latest + - macos-latest rust: - stable - beta