Skip to content

Commit

Permalink
Test an build on oldest available systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Mar 19, 2022
1 parent f6532aa commit 3e7bf1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
fail-fast: false
matrix:
python-version: [3.7, 3.8, 3.9, '3.10']
os: [ubuntu-18.04, macos-latest, windows-latest]
os: [ubuntu-18.04, macos-10.15, windows-2016]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -49,8 +49,9 @@ jobs:
if: ${{ runner.os == 'macOS' }}
run: |
poetry build -f wheel
poetry run python -m pip install -U pip
poetry run python -m pip install delocate
delocate-wheel -v dist/*-macosx*.whl
poetry run delocate-wheel -v dist/*-macosx*.whl
- name: Build Windows wheels
if: ${{ runner.os != 'Windows'}}
Expand Down

0 comments on commit 3e7bf1b

Please sign in to comment.