mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +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:
|
||||
build-sdist:
|
||||
if: false
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -53,6 +54,7 @@ jobs:
|
|||
|
||||
|
||||
build-manylinux:
|
||||
if: false
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
@ -114,10 +116,11 @@ jobs:
|
|||
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
if: true
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
|
||||
python-version: ['3.11']
|
||||
|
||||
steps:
|
||||
- name: Checkout repos
|
||||
|
|
Loading…
Reference in New Issue
Block a user