Skip to content

Commit 8b1f251

Browse files
authored
[MNT] remove macos pre-release tests in release workflow (#410)
This PR removes macos pre-release tests in the release workflow, because there is a far lower concurrency limit on macos tests, and unix is tested already via ubuntu. Macos is also still tested in the main CI triggered by pull requests.
1 parent ed18e09 commit 8b1f251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ matrix.os }}
3434
strategy:
3535
matrix:
36-
os: [ubuntu-20.04, macOS-12]
36+
os: [ubuntu-20.04]
3737
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
3838

3939
steps:

0 commit comments

Comments
 (0)