@@ -102,9 +102,9 @@ jobs:
102
102
- " 3.9"
103
103
- " 3.10"
104
104
- " 3.11"
105
- os : [ubuntu-20.04, macos-latest ]
105
+ os : [ubuntu-20.04, macos-11 ]
106
106
exclude :
107
- - os : macos-latest
107
+ - os : macos-11
108
108
python-version : " pypy-3.7"
109
109
110
110
steps :
@@ -239,9 +239,9 @@ jobs:
239
239
- " 3.9"
240
240
- " 3.10"
241
241
- " 3.11"
242
- os : [ubuntu-20.04, macos-latest ]
242
+ os : [ubuntu-20.04, macos-11 ]
243
243
exclude :
244
- - os : macos-latest
244
+ - os : macos-11
245
245
python-version : " pypy-3.7"
246
246
247
247
steps :
@@ -422,7 +422,7 @@ jobs:
422
422
strategy :
423
423
matrix :
424
424
python-version : ["3.9"]
425
- image : [manylinux2010_x86_64, manylinux2010_i686 , manylinux2014_aarch64]
425
+ image : [manylinux2014_x86_64, manylinux2014_i686 , manylinux2014_aarch64]
426
426
427
427
steps :
428
428
- name : checkout
@@ -453,7 +453,7 @@ jobs:
453
453
- name : Update pip
454
454
run : pip install -U pip
455
455
- name : Build zope.interface (x86_64)
456
- if : matrix.image == 'manylinux2010_x86_64 '
456
+ if : matrix.image == 'manylinux2014_x86_64 '
457
457
# An alternate way to do this is to run the container directly with a uses:
458
458
# and then the script runs inside it. That may work better with caching.
459
459
# See https://github.com/pyca/bcrypt/blob/f6b5ee2eda76d077c531362ac65e16f045cf1f29/.github/workflows/wheel-builder.yml
@@ -462,7 +462,7 @@ jobs:
462
462
run : |
463
463
bash .manylinux.sh
464
464
- name : Build zope.interface (i686)
465
- if : matrix.image == 'manylinux2010_i686 '
465
+ if : matrix.image == 'manylinux2014_i686 '
466
466
env :
467
467
DOCKER_IMAGE : quay.io/pypa/${{ matrix.image }}
468
468
PRE_CMD : linux32
0 commit comments