Skip to content

Commit

Permalink
Hold back MacOS version
Browse files Browse the repository at this point in the history
  • Loading branch information
Legrandin committed Jan 30, 2022
1 parent 7935e14 commit f4360d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
include:
- python-version: 2.7
cffi: no
os: macos-latest
os: macos-10.15
- python-version: 2.7
cffi: yes
os: macos-latest
os: macos-10.15
- python-version: "3.10"
cffi: yes
os: macos-latest
os: macos-10.15
- python-version: 2.7
cffi: no
os: windows-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
CIBW_TEST_SKIP: "*"
strategy:
matrix:
os: [ubuntu-18.04, windows-latest, macos-latest]
os: [ubuntu-18.04, windows-latest, macos-10.15

if: github.actor == 'Legrandin'

Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-latest, macos-latest]
os: [ubuntu-18.04, windows-latest, macos-10.15
python-version: ['2.7', '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-2.7', 'pypy-3.6']
exclude:
- {os: "windows-latest", python-version: "pypy-2.7"}
Expand Down

0 comments on commit f4360d1

Please sign in to comment.