Skip to content

Commit 749519b

Browse files
committed
Use py38 in macOS 11
1 parent 65cf0d9 commit 749519b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,12 +273,12 @@ jobs:
273273
matrix:
274274
os: [ macos-11 ]
275275
# python-version: [ "3.8", "3.9", "3.10"]
276-
python-version: [ "3.11" ]
276+
python-version: [ "3.8" ]
277277
env:
278278
RUNNER_OS: ${{ matrix.os }}
279279
PYTHON_VERSION: ${{ matrix.python-version }}
280280
steps:
281-
- name: Install Offical Python 3.11
281+
- name: Install Offical Python 3.8
282282
uses: actions/setup-python@v2
283283
with:
284284
python-version: ${{ matrix.python-version }}
@@ -287,7 +287,7 @@ jobs:
287287
python3 -VV
288288
python3-config --includes
289289
- name: Install clang++ for macOS
290-
if: matrix.os == 'macos-11' || matrix.os == 'macos-12'
290+
if: matrix.os == 'macos-11'
291291
run: |
292292
pwd
293293
uname -a

0 commit comments

Comments
 (0)