From 1624409c6800bd0f8cb913bfe116697800b5520b Mon Sep 17 00:00:00 2001 From: Hendrik Muhs Date: Sun, 20 Oct 2024 15:22:15 +0200 Subject: [PATCH] use macos-14 runner --- .github/workflows/python-cibuildwheel-pybind.yml | 6 +++--- .github/workflows/python-cibuildwheel.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/python-cibuildwheel-pybind.yml b/.github/workflows/python-cibuildwheel-pybind.yml index 6d837a8a8..97e2c1b90 100644 --- a/.github/workflows/python-cibuildwheel-pybind.yml +++ b/.github/workflows/python-cibuildwheel-pybind.yml @@ -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: diff --git a/.github/workflows/python-cibuildwheel.yml b/.github/workflows/python-cibuildwheel.yml index e978498e6..e6d78e416 100644 --- a/.github/workflows/python-cibuildwheel.yml +++ b/.github/workflows/python-cibuildwheel.yml @@ -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: