File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 31
31
macos-arm64-wheel :
32
32
name : Wheel ${{ matrix.python }} macOS arm64
33
33
needs : macos-arm64-bazel
34
- runs-on : macos-14 -xlarge
34
+ runs-on : macos-13 -xlarge
35
35
strategy :
36
36
matrix :
37
37
python : ['3.10', 3.11'] # ['3.9', '3.10', '3.11']
@@ -41,12 +41,13 @@ jobs:
41
41
with :
42
42
name : ${{ runner.os }}-arm64-bazel-bin
43
43
path : bazel-bin
44
- - uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
45
- with :
46
- python-version : " ${{ matrix.python }}"
44
+ # - uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
45
+ # with:
46
+ # python-version: "${{ matrix.python }}"
47
47
- name : Wheel ${{ matrix.python }} macOS
48
48
run : |
49
49
set -x -e
50
+ python3 --version
50
51
python --version
51
52
python -m pip install wheel
52
53
python setup.py --data bazel-bin -q bdist_wheel --plat-name macosx_12_0_arm64
You can’t perform that action at this time.
0 commit comments