mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-28 10:56:18 +03:00
Merge pull request #5888 from radarhere/gha_pypy
This commit is contained in:
commit
2a38670169
13
.github/workflows/test.yml
vendored
13
.github/workflows/test.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [
|
os: [
|
||||||
"macos-10.15",
|
"macos-latest",
|
||||||
"ubuntu-latest",
|
"ubuntu-latest",
|
||||||
]
|
]
|
||||||
python-version: [
|
python-version: [
|
||||||
|
@ -29,8 +29,19 @@ jobs:
|
||||||
# Include new variables for Codecov
|
# Include new variables for Codecov
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
codecov-flag: GHA_Ubuntu
|
codecov-flag: GHA_Ubuntu
|
||||||
|
- os: macos-latest
|
||||||
|
codecov-flag: GHA_macOS
|
||||||
- os: macos-10.15
|
- os: macos-10.15
|
||||||
codecov-flag: GHA_macOS
|
codecov-flag: GHA_macOS
|
||||||
|
python-version: pypy-3.8
|
||||||
|
- os: macos-10.15
|
||||||
|
codecov-flag: GHA_macOS
|
||||||
|
python-version: pypy-3.7
|
||||||
|
exclude:
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: pypy-3.8
|
||||||
|
- os: macos-latest
|
||||||
|
python-version: pypy-3.7
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user