From c9cba6cf474bc6caa864587df80f8eaa0e287a78 Mon Sep 17 00:00:00 2001 From: wbond Date: Wed, 16 Aug 2023 11:56:49 -0400 Subject: [PATCH] Revert "Use the macOS version of 2.7 for macOS 11" This reverts commit 0a088bfc768786d728ba2fd33d92b7548bcad617. --- .github/workflows/ci.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b6d6c1..5527ed6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -117,6 +117,7 @@ jobs: matrix: python: - '2.6' + - '2.7' - '3.3' steps: - uses: actions/checkout@master @@ -142,22 +143,6 @@ jobs: - name: Run test suite (Mac OpenSSL/cffi) run: python run.py ci-driver cffi openssl - build-mac-old-native: - name: Python 2.7 on macos-11 - runs-on: macos-11 - steps: - - uses: actions/checkout@master - - name: Install dependencies - run: /usr/bin/python run.py deps - - name: Run test suite - run: /usr/bin/python run.py ci-driver - - name: Run test suite (Mac cffi) - run: /usr/bin/python run.py ci-driver cffi - - name: Run test suite (Mac OpenSSL) - run: /usr/bin/python run.py ci-driver openssl - - name: Run test suite (Mac OpenSSL/cffi) - run: /usr/bin/python run.py ci-driver cffi openssl - build-mac-openssl3: name: Python ${{ matrix.python }} on macos-11 with OpenSSL 3.0 runs-on: macos-11