summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-27 00:28:04 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2022-10-27 00:28:04 +0200
commit8c824d0e47a8fd4641eec2f5a9643fb52360e124 (patch)
treeecf6372ce7f8e3f19ee16e989b361f3e3dd45796
parent1bf8e77ea25608c4797a7e902cc02550096e5b40 (diff)
downloadpsycopg2-8c824d0e47a8fd4641eec2f5a9643fb52360e124.tar.gz
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.
-rw-r--r--.github/workflows/packages.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index f8caac6..60e3647 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -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