Skip to content

Commit 3c03714

Browse files
committed
test on 13
1 parent c581054 commit 3c03714

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build-macos.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ on:
1212
workflow_dispatch:
1313

1414
jobs:
15+
strategy:
16+
matrix:
17+
VERSION: [13, 14]
18+
1519
build:
16-
runs-on: macos-latest
20+
runs-on: macos-${{ matrix.VERSION }}
1721

1822
steps:
1923
- uses: actions/checkout@v4
@@ -28,7 +32,5 @@ jobs:
2832
- run: pip install numpy scipy pytest
2933

3034
- run: pip install .
31-
env:
32-
OpenMP_ROOT: /opt/homebrew/opt/libomp
3335

3436
- run: python -m pytest src/test/python_test.py -v

0 commit comments

Comments
 (0)