

ci: run test job on macos (arm)
@98ec7876b1084aa4ec6fe90bde11cc9d73e0b7ee
--- .github/workflows/test.yaml
+++ .github/workflows/test.yaml
... | ... | @@ -7,7 +7,10 @@ |
7 | 7 |
pull_request: |
8 | 8 |
jobs: |
9 | 9 |
pytest: |
10 |
- runs-on: ubuntu-latest |
|
10 |
+ strategy: |
|
11 |
+ matrix: |
|
12 |
+ os: [ubuntu-latest, macos-latest] |
|
13 |
+ runs-on: ${{ matrix.os }} |
|
11 | 14 |
steps: |
12 | 15 |
- uses: actions/checkout@v4 |
13 | 16 |
- uses: astral-sh/setup-uv@v2 |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?