Skip to content

Commit

Permalink
TEMPORARY: enable only MacOs Python 3.7, 3.8 and 3.12 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
vsbogd committed Jul 31, 2024
1 parent e6ab42f commit 80af220
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-20.04", "macos-13", "macos-14"]
os: ["macos-13", "macos-14"]
max-parallel: 3

steps:
Expand All @@ -47,6 +47,7 @@ jobs:
- name: Build wheels on ${{ matrix.os }}
uses: pypa/[email protected]
env:
CIBW_BUILD: cp37-* cp38-* cp312-*
CIBW_BEFORE_ALL: sh -c "./python/install-hyperonc.sh -u https://github.com/${{github.repository}}.git -r ${{env.COMMIT_HEAD}}"
CIBW_ENVIRONMENT_PASS_LINUX: MACOSX_DEPLOYMENT_TARGET
with:
Expand Down

0 comments on commit 80af220

Please sign in to comment.