mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +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:
|
build-macos:
|
||||||
runs-on: macos-11.0
|
runs-on: macos-11.0
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
python-version: "3.8"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repos
|
- name: Checkout repos
|
||||||
|
@ -54,7 +50,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: 3.8
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
run: ./scripts/build/build_macos.sh
|
run: ./scripts/build/build_macos.sh
|
||||||
|
|
Loading…
Reference in New Issue
Block a user