Skip to content

Commit

Permalink
disable macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Oct 20, 2024
1 parent 93ed55e commit 4659742
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/python-cibuildwheel-pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-14]
os: [ubuntu-22.04]
# separate archs, so they use individual caches
arch: [ 'x86_64', 'arm64' ]
flavor: ['cpython', 'pypy']
# separate musl and many on linux, for mac we just skip one of those
target: [ 'many', 'musl' ]
exclude:
- os: macos-14
target: musl
- os: ubuntu-22.04
target: musl
flavor: pypy
- os: macos-14
arch: arm64
flavor: pypy
steps:
- uses: actions/checkout@v4
- name: Set up QEMU
Expand Down

0 comments on commit 4659742

Please sign in to comment.