diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index 8481e65e0..987e6d310 100644 --- a/.github/workflows/dev-ci.yml +++ b/.github/workflows/dev-ci.yml @@ -107,7 +107,7 @@ jobs: config: - { name: darwin, - os: macos-12, + os: macos-13, macosx_deployment_target: "10.16", # to ensure pip finds wheel when Big Sur is configured to return 10.16 as version instead of 11.0 bdist_wheel_args: "--plat-name macosx-11.0-x86_64", # needed to avoid the wheel to be named -universal2 } diff --git a/.github/workflows/full-ci.yml b/.github/workflows/full-ci.yml index 07fc18edd..83c97cd97 100644 --- a/.github/workflows/full-ci.yml +++ b/.github/workflows/full-ci.yml @@ -140,7 +140,7 @@ jobs: config: - { name: darwin, - os: macos-12, + os: macos-13, macosx_deployment_target: "10.16", # to ensure pip finds wheel when Big Sur is configured to return 10.16 as version instead of 11.0 bdist_wheel_args: "--plat-name macosx-11.0-x86_64", # needed to avoid the wheel to be named -universal2 } diff --git a/.github/workflows/release-ci.yml b/.github/workflows/release-ci.yml index 6839e0a57..fbe634d93 100644 --- a/.github/workflows/release-ci.yml +++ b/.github/workflows/release-ci.yml @@ -80,7 +80,7 @@ jobs: config: - { name: darwin, - os: macos-12, + os: macos-13, } - { name: windows, diff --git a/.github/workflows/snapshot-ci.yml b/.github/workflows/snapshot-ci.yml index 4d7f29b62..a440a672d 100644 --- a/.github/workflows/snapshot-ci.yml +++ b/.github/workflows/snapshot-ci.yml @@ -13,7 +13,7 @@ jobs: matrix: config: - { name: ubuntu, os: ubuntu-latest} - - { name: darwin, os: macos-12, macosx_deployment_target: "10.16", bdist_wheel_args: "--plat-name macosx-11.0-x86_64" } + - { name: darwin, os: macos-13, macosx_deployment_target: "10.16", bdist_wheel_args: "--plat-name macosx-11.0-x86_64" } - { name: darwin-arm64, os: macos-14, macosx_deployment_target: "11", bdist_wheel_args: "--plat-name macosx-11.0-arm64"} - { name: windows, os: windows-2022} python: