From 1a4d0aca8d03e794b7f83623b6395dc226ec7777 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 23 Aug 2023 15:20:09 +0200 Subject: [PATCH] Fixing release script. (#338) --- .github/workflows/python-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 35a38ea2..d0395233 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -148,7 +148,8 @@ jobs: strategy: matrix: python: ["3.7", "3.8", "3.9", "3.10", "3.11"] - os: [{os: "macos-11", target: "11.0"}, {os: "macos-12"}, {os: "macos-13"}, {os: "macos-13", target: "14.0"}] + # os: [{os: "macos-11", target: "11.0"}, {os: "macos-12"}, {os: "macos-13"}, {os: "macos-13", target: "14.0"}] + os: [{os: "macos-11", target: "11.0"}, {os: "macos-12"}, {os: "macos-13"}] steps: - name: Checkout repository uses: actions/checkout@v2 @@ -192,7 +193,8 @@ jobs: strategy: matrix: python: ["3.9.13", "3.10.6", "3.11.0"] - target: ["12.0", "13.0", "14.0"] + # target: ["12.0", "13.0", "14.0"] + target: ["12.0", "13.0"] steps: - name: Checkout repository uses: actions/checkout@v3