Skip to content

Commit

Permalink
Use py38 in macOS 11
Browse files Browse the repository at this point in the history
  • Loading branch information
auxten committed Nov 15, 2023
1 parent 973dd87 commit 393ea1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,12 +273,12 @@ jobs:
matrix:
os: [ macos-11 ]
# python-version: [ "3.8", "3.9", "3.10"]
python-version: [ "3.11" ]
python-version: [ "3.8" ]
env:
RUNNER_OS: ${{ matrix.os }}
PYTHON_VERSION: ${{ matrix.python-version }}
steps:
- name: Install Offical Python 3.11
- name: Install Offical Python 3.8
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -287,7 +287,7 @@ jobs:
python3 -VV
python3-config --includes
- name: Install clang++ for macOS
if: matrix.os == 'macos-11' || matrix.os == 'macos-12'
if: matrix.os == 'macos-11'
run: |
pwd
uname -a
Expand Down

0 comments on commit 393ea1b

Please sign in to comment.