We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3f2c1 commit 469ea68Copy full SHA for 469ea68
1 file changed
.github/workflows/build-python-release.reusable.yaml
@@ -21,9 +21,9 @@ jobs:
21
fail-fast: false
22
matrix:
23
_:
24
- - target: x86_64-unknown-linux-gnu
25
- runs_on: ubuntu-latest
26
- manylinux: 2_17
+ # - target: x86_64-unknown-linux-gnu
+ # runs_on: ubuntu-latest
+ # manylinux: 2_17
27
28
# - target: aarch64-unknown-linux-gnu
29
# runs_on: ubuntu-latest
@@ -50,8 +50,8 @@ jobs:
50
# - target: x86_64-apple-darwin
51
# runs_on: macos-latest
52
53
- # - target: aarch64-apple-darwin
54
- # runs_on: macos-latest
+ - target: aarch64-apple-darwin
+ runs_on: macos-latest
55
56
# - target: x86_64-pc-windows-msvc
57
# runs_on: windows-latest
0 commit comments