mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-27 17:54:32 +03:00
upgrade to ubuntu-20.04
This commit is contained in:
parent
2b95a2fbfc
commit
49160d4c2d
8
.github/workflows/wheels.yml
vendored
8
.github/workflows/wheels.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ "ubuntu-16.04", "macos-latest" ]
|
||||
os: [ "ubuntu-20.04", "macos-latest" ]
|
||||
python: [ "pypy3.7-7.3.3","pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9" ]
|
||||
platform: [ "x86_64", "i686" ]
|
||||
macos-target: [ "10.10" ]
|
||||
|
@ -26,7 +26,7 @@ jobs:
|
|||
include:
|
||||
- os: "macos-latest"
|
||||
os-name: "osx"
|
||||
- os: "ubuntu-16.04"
|
||||
- os: "ubuntu-20.04"
|
||||
os-name: "xenial"
|
||||
# Disable whilst not available
|
||||
# - os: "macos-11.0"
|
||||
|
@ -65,7 +65,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ "ubuntu-16.04", "macos-latest" ]
|
||||
os: [ "ubuntu-20.04", "macos-latest" ]
|
||||
python: [ "pypy3.7-7.3.3", "pypy3.6-7.3.3", "3.6", "3.7", "3.8", "3.9" ]
|
||||
platform: [ "x86_64", "i686" ]
|
||||
macos-target: [ "10.10" ]
|
||||
|
@ -75,7 +75,7 @@ jobs:
|
|||
include:
|
||||
- os: "macos-latest"
|
||||
os-name: "osx"
|
||||
- os: "ubuntu-16.04"
|
||||
- os: "ubuntu-20.04"
|
||||
os-name: "xenial"
|
||||
- os: "macos-11.0"
|
||||
os-name: "osx"
|
||||
|
|
Loading…
Reference in New Issue
Block a user