diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 91b1ca2..fdef362 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,7 +18,11 @@ env: jobs: build-and-test: name: Build and test - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + os: [ubuntu-latest, macos-13, macos-14] steps: - name: Check out repo uses: actions/checkout@v4