Skip to content

Commit 19cc20f

Browse files
WIP swap macos latest config
1 parent 1ce8853 commit 19cc20f

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,13 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: [ubuntu-latest, windows-latest, macos-13]
57-
python: [cp37, cp38, cp39, cp310, cp311, cp312]
56+
os: [macos-latest]
57+
python: [cp38, cp39, cp310, cp311, cp312]
5858

5959

6060
include:
6161
# Put coverage and results files in the project directory for mac
62-
- os: macos-13
63-
cov_file: "{project}/dist/coverage.xml"
64-
results_file: "{project}/dist/pytest-results.xml"
65-
# And for windows
66-
- os: windows-latest
67-
cov_file: "{project}/dist/coverage.xml"
68-
results_file: "{project}/dist/pytest-results.xml"
69-
# But put coverage and results files in the output dir mounted in docker for linux
70-
- os: ubuntu-latest
71-
cov_file: /output/coverage.xml
72-
results_file: /output/pytest-results.xml
73-
7462
- os: macos-latest
75-
python: [cp38, cp39, cp310, cp311, cp312]
7663
cov_file: "{project}/dist/coverage.xml"
7764
results_file: "{project}/dist/pytest-results.xml"
7865

0 commit comments

Comments
 (0)