Skip to content

Commit ac8df8b

Browse files
authored
chore: minmax test on macos (#119)
1 parent a26607e commit ac8df8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tox.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ jobs:
2727
uses: coactions/dynamic-matrix@v4
2828
with:
2929
skip_explode: 1 # do not generating implicit pyXY jobs
30-
platforms: linux, macos
31-
macos: minmax
3230
other_names: |
31+
py38-2.11-macos:tox -e py38-2.11
3332
py38-2.11
3433
py38-2.12
3534
py38-2.13
@@ -53,6 +52,7 @@ jobs:
5352
py312-2.16
5453
py312-2.17
5554
py312-2.18
55+
py312-2.18-macos:tox -e py312-2.18
5656
py312-devel
5757
5858
build:
@@ -61,6 +61,7 @@ jobs:
6161
needs: pre
6262
strategy:
6363
matrix: ${{ fromJson(needs.pre.outputs.matrix) }}
64+
fail-fast: false
6465

6566
steps:
6667
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)