Skip to content

Commit 1ce8853

Browse files
WIP: Add macos latest to matrix
1 parent e1f104a commit 1ce8853

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/code.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@ jobs:
7171
cov_file: /output/coverage.xml
7272
results_file: /output/pytest-results.xml
7373

74+
- os: macos-latest
75+
python: [cp38, cp39, cp310, cp311, cp312]
76+
cov_file: "{project}/dist/coverage.xml"
77+
results_file: "{project}/dist/pytest-results.xml"
78+
7479
name: build/${{ matrix.os }}/${{ matrix.python }}
7580
runs-on: ${{ matrix.os }}
7681

0 commit comments

Comments
 (0)