Skip to content

Commit

Permalink
Skip some test on mac_x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Sep 12, 2024
1 parent 21daa31 commit acea978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
cibw_archs: "ppc64le"
- os: windows-2019
cibw_archs: "auto64"
- os: macos-13
- os: macos-12
cibw_archs: "x86_64"
macos_target: "11.0"
- os: macos-14
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
CIBW_TEST_COMMAND: python -c "import fabio.test, sys; sys.exit(fabio.test.run_tests())"
# Skip tests for emulated architectures
# and Python3.8 on macos/arm64 (https://github.com/pypa/cibuildwheel/pull/1169)
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_arm64"
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} cp38-macosx_*"

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit acea978

Please sign in to comment.