From ba62bba02c582e38b5ba5cff49a84270efffbfec Mon Sep 17 00:00:00 2001 From: HugoKulesza <94374655+HugoKulesza@users.noreply.github.com> Date: Thu, 5 Dec 2024 10:16:52 +0100 Subject: [PATCH] Remove builds on macos-12 runners (#908) Signed-off-by: Hugo KULESZA --- .github/workflows/dev-ci.yml | 2 +- .github/workflows/full-ci.yml | 2 +- .github/workflows/release-ci.yml | 2 +- .github/workflows/snapshot-ci.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev-ci.yml b/.github/workflows/dev-ci.yml index 8481e65e06..987e6d310b 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 07fc18edd5..83c97cd973 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 6839e0a574..fbe634d936 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 4d7f29b62a..a440a672da 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: