We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65cf0d9 commit 749519bCopy full SHA for 749519b
.github/workflows/build_wheels.yml
@@ -273,12 +273,12 @@ jobs:
273
matrix:
274
os: [ macos-11 ]
275
# python-version: [ "3.8", "3.9", "3.10"]
276
- python-version: [ "3.11" ]
+ python-version: [ "3.8" ]
277
env:
278
RUNNER_OS: ${{ matrix.os }}
279
PYTHON_VERSION: ${{ matrix.python-version }}
280
steps:
281
- - name: Install Offical Python 3.11
+ - name: Install Offical Python 3.8
282
uses: actions/setup-python@v2
283
with:
284
python-version: ${{ matrix.python-version }}
@@ -287,7 +287,7 @@ jobs:
287
python3 -VV
288
python3-config --includes
289
- name: Install clang++ for macOS
290
- if: matrix.os == 'macos-11' || matrix.os == 'macos-12'
+ if: matrix.os == 'macos-11'
291
run: |
292
pwd
293
uname -a
0 commit comments