From e9b0c56414f127e69095fae6e3773e4217c6145f Mon Sep 17 00:00:00 2001 From: Jens Vagelpohl Date: Tue, 3 Jan 2023 15:41:42 +0100 Subject: - update to latest meta/config --- .github/workflows/tests.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9551c7b..a2c1743 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -102,9 +102,9 @@ jobs: - "3.9" - "3.10" - "3.11" - os: [ubuntu-20.04, macos-latest] + os: [ubuntu-20.04, macos-11] exclude: - - os: macos-latest + - os: macos-11 python-version: "pypy-3.7" steps: @@ -240,9 +240,9 @@ jobs: - "3.9" - "3.10" - "3.11" - os: [ubuntu-20.04, macos-latest] + os: [ubuntu-20.04, macos-11] exclude: - - os: macos-latest + - os: macos-11 python-version: "pypy-3.7" steps: @@ -424,7 +424,7 @@ jobs: strategy: matrix: python-version: ["3.9"] - image: [manylinux2010_x86_64, manylinux2010_i686, manylinux2014_aarch64] + image: [manylinux2014_x86_64, manylinux2014_i686, manylinux2014_aarch64] steps: - name: checkout @@ -455,7 +455,7 @@ jobs: - name: Update pip run: pip install -U pip - name: Build zope.security (x86_64) - if: matrix.image == 'manylinux2010_x86_64' + if: matrix.image == 'manylinux2014_x86_64' # An alternate way to do this is to run the container directly with a uses: # and then the script runs inside it. That may work better with caching. # See https://github.com/pyca/bcrypt/blob/f6b5ee2eda76d077c531362ac65e16f045cf1f29/.github/workflows/wheel-builder.yml @@ -464,7 +464,7 @@ jobs: run: | bash .manylinux.sh - name: Build zope.security (i686) - if: matrix.image == 'manylinux2010_i686' + if: matrix.image == 'manylinux2014_i686' env: DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }} PRE_CMD: linux32 -- cgit v1.2.1