Skip to content

Commit

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

Please sign in to comment.