mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 01:19:45 +03:00
Only Python 3.8
This commit is contained in:
parent
4913603536
commit
de4fe1ea4b
6
.github/workflows/m1.yml
vendored
6
.github/workflows/m1.yml
vendored
|
@ -42,10 +42,6 @@ jobs:
|
|||
|
||||
build-macos:
|
||||
runs-on: macos-11.0
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: "3.8"
|
||||
|
||||
steps:
|
||||
- name: Checkout repos
|
||||
|
@ -54,7 +50,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
python-version: 3.8
|
||||
|
||||
- name: Build packages
|
||||
run: ./scripts/build/build_macos.sh
|
||||
|
|
Loading…
Reference in New Issue
Block a user