mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Build packages for macOS x86_64 Python 3.11
The required images weren't available at the time of building the other packages. See #1514. The changeset includes temporary changes to skip other builds. They will be reverted before merging.
This commit is contained in:
parent
1bf8e77ea2
commit
8c824d0e47
5
.github/workflows/packages.yml
vendored
5
.github/workflows/packages.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-sdist:
|
build-sdist:
|
||||||
|
if: false
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -53,6 +54,7 @@ jobs:
|
||||||
|
|
||||||
|
|
||||||
build-manylinux:
|
build-manylinux:
|
||||||
|
if: false
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -114,10 +116,11 @@ jobs:
|
||||||
|
|
||||||
build-macos:
|
build-macos:
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
|
if: true
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
python-version: ['3.11']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repos
|
- name: Checkout repos
|
||||||
|
|
Loading…
Reference in New Issue
Block a user