Skip to content

Commit d6bd657

Browse files
ci: build wheels for MacOS as well
1 parent 78acee1 commit d6bd657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
name: Build wheels on ${{ matrix.os }}
5151
runs-on: ${{ matrix.os }}
5252
strategy:
53+
fail-fast: false
5354
matrix:
54-
#os: [ubuntu-22.04, windows-latest, macos-latest]
55-
os: [ubuntu-22.04, windows-latest]
55+
os: [ubuntu-22.04, windows-latest, macos-13, macos-latest]
5656

5757
permissions:
5858
contents: read

0 commit comments

Comments
 (0)