From fa734782a94d9d2f6a56143398db78cd1cd6aa95 Mon Sep 17 00:00:00 2001 From: Oliver Beckstein Date: Fri, 13 Dec 2024 13:59:53 -0700 Subject: [PATCH] [CI] switched from macOS-12 to macOS-13 GH images (#4836) fix #4835 --- .github/workflows/deploy.yaml | 2 +- .github/workflows/gh-ci-cron.yaml | 2 +- .github/workflows/gh-ci.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 7171ff3e82b..898ad0b0ac5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -38,7 +38,7 @@ jobs: matrix: buildplat: - [ubuntu-22.04, manylinux_x86_64, x86_64] - - [macos-12, macosx_*, x86_64] + - [macos-13, macosx_*, x86_64] - [windows-2019, win_amd64, AMD64] - [macos-14, macosx_*, arm64] python: ["cp310", "cp311", "cp312", "cp313"] diff --git a/.github/workflows/gh-ci-cron.yaml b/.github/workflows/gh-ci-cron.yaml index 34aadb7c941..230a99dbb73 100644 --- a/.github/workflows/gh-ci-cron.yaml +++ b/.github/workflows/gh-ci-cron.yaml @@ -146,7 +146,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04, macos-12] + os: [ubuntu-20.04, macos-13] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index d389356450e..999a974ff9d 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -38,7 +38,7 @@ jobs: full-deps: false codecov: true - name: macOS_monterey_py311 - os: macOS-12 + os: macos-13 python-version: "3.12" full-deps: true codecov: true