Skip to content

Commit 469ea68

Browse files
committed
build apple darwin
1 parent 6d3f2c1 commit 469ea68

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-python-release.reusable.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
_:
24-
- target: x86_64-unknown-linux-gnu
25-
runs_on: ubuntu-latest
26-
manylinux: 2_17
24+
# - target: x86_64-unknown-linux-gnu
25+
# runs_on: ubuntu-latest
26+
# manylinux: 2_17
2727

2828
# - target: aarch64-unknown-linux-gnu
2929
# runs_on: ubuntu-latest
@@ -50,8 +50,8 @@ jobs:
5050
# - target: x86_64-apple-darwin
5151
# runs_on: macos-latest
5252

53-
# - target: aarch64-apple-darwin
54-
# runs_on: macos-latest
53+
- target: aarch64-apple-darwin
54+
runs_on: macos-latest
5555

5656
# - target: x86_64-pc-windows-msvc
5757
# runs_on: windows-latest

0 commit comments

Comments
 (0)