Skip to content

Commit

Permalink
Revert "Use the macOS version of 2.7 for macOS 11"
Browse files Browse the repository at this point in the history
This reverts commit 0a088bf.
  • Loading branch information
wbond committed Aug 16, 2023
1 parent c503601 commit c9cba6c
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
matrix:
python:
- '2.6'
- '2.7'
- '3.3'
steps:
- uses: actions/checkout@master
Expand All @@ -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
Expand Down

0 comments on commit c9cba6c

Please sign in to comment.