Skip to content

Commit

Permalink
use macos-14 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Oct 20, 2024
1 parent 44f407a commit 1624409
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-cibuildwheel-pybind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-14]
# 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-12
- os: macos-14
target: musl
- os: ubuntu-22.04
target: musl
flavor: pypy
- os: macos-12
- os: macos-14
arch: arm64
flavor: pypy
steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-22.04, macos-14]
# 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-12
- os: macos-14
target: musl
- os: ubuntu-22.04
target: musl
flavor: pypy
- os: macos-12
- os: macos-14
arch: arm64
flavor: pypy
steps:
Expand Down

0 comments on commit 1624409

Please sign in to comment.