Skip to content

Commit

Permalink
Merge pull request #338 from FABLE-3DXRD/t20100-patch-1
Browse files Browse the repository at this point in the history
Update release workflow to use macos-13
  • Loading branch information
jadball authored Oct 18, 2024
2 parents f765cbc + ed83a48 commit 47457f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
cibw_archs: "auto64"
#- os: windows-2019
# cibw_archs: "auto32"
- os: macos-11
- os: macos-13
cibw_archs: "universal2"

steps:
Expand All @@ -52,7 +52,8 @@ jobs:
# Use silx wheelhouse: needed for ppc64le
CIBW_ENVIRONMENT_LINUX: "PIP_FIND_LINKS=https://www.silx.org/pub/wheelhouse/ PIP_TRUSTED_HOST=www.silx.org"

CIBW_TEST_REQUIRES: pytest
CIBW_BEFORE_TEST: "pip install --only-binary :all: fabio PyQt5"
CIBW_TEST_EXTRAS: full
CIBW_TEST_COMMAND: pytest {project}/test
# Skip tests for 32bits and emulated architectures, arm64 macos and on Windows
CIBW_TEST_SKIP: "*-*linux_i686 *-*linux_{aarch64,ppc64le,s390x} *-macosx_arm64 *-macosx_universal2:arm64 *-win32 *-win_amd64"
Expand Down Expand Up @@ -87,7 +88,7 @@ jobs:
- name: Install and test sdist
run: |
pip install dist/imaged11*.tar.gz
pip install "$(ls dist/imaged11*.tar.gz)[full]"
pytest test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 47457f8

Please sign in to comment.