Skip to content

Commit 0c57ba4

Browse files
nit
1 parent 09fea10 commit 0c57ba4

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/prerelease.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,13 @@ jobs:
3939
include:
4040
- os: ubuntu-24.04
4141
arch: x86_64
42-
python-version: ['3.10', '3.11', '3.12']
4342
- os: macos-13
4443
arch: auto
45-
python-version: ['3.10', '3.11', '3.12']
44+
strategy:
45+
fail-fast: true
46+
matrix:
47+
python-version: ['3.10', '3.11', '3.12']
48+
4649

4750
steps:
4851
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

.github/workflows/stable-release-workflow.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ jobs:
3434
include:
3535
- os: ubuntu-24.04
3636
arch: x86_64
37-
python-version: ['3.10', '3.11', '3.12']
3837
- os: macos-13
3938
arch: auto
40-
python-version: ['3.10', '3.11', '3.12']
39+
strategy:
40+
fail-fast: true
41+
matrix:
42+
python-version: ['3.10', '3.11', '3.12']
4143

4244
steps:
4345
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)