diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13eabef2..f1144754 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,12 @@ permissions: jobs: test: - runs-on: github-gpu + strategy: + matrix: + include: + - machine: github-gpu + - machine: macos-latest-xlarge + runs-on: ${{ matrix.machine }} steps: - uses: actions/checkout@v4