This commit is contained in:
aparnajyothi-y 2025-02-06 07:57:26 +01:00 committed by GitHub
commit 2090c748a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 12 additions and 70 deletions

View file

@ -20,8 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
[macos-latest, windows-latest, ubuntu-20.04, ubuntu-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-latest, macos-13]
pypy:
- 'pypy-2.7'
- 'pypy-3.10'
@ -128,8 +127,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os:
[macos-latest, windows-latest, ubuntu-20.04, ubuntu-latest, macos-13]
os: [macos-latest, windows-latest, ubuntu-latest, macos-13]
pypy: ['pypy2.7', 'pypy3.9', 'pypy3.10-nightly']
steps: