From e7496bfe42613c42eb06e2d266987a40d5dc2895 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sun, 30 Nov 2025 14:22:31 -0500 Subject: [PATCH] fix: macos goes to macos-latest and macos-15-intel --- .github/workflows/_build-python-wheel-extension.yml | 8 ++++---- .../workflows/_matrix-and-codecov-on-merge-to-main.yml | 2 +- .github/workflows/_matrix-no-codecov-on-merge-to-main.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_build-python-wheel-extension.yml b/.github/workflows/_build-python-wheel-extension.yml index 94eacc7..5b0a5a0 100644 --- a/.github/workflows/_build-python-wheel-extension.yml +++ b/.github/workflows/_build-python-wheel-extension.yml @@ -63,8 +63,8 @@ jobs: matrix: buildplat: - ubuntu-latest - - macos-13 - - macos-14 + - macos-latest + - macos-15-intel - windows-latest python: - ${{ inputs.python_version }} @@ -167,8 +167,8 @@ jobs: matrix: buildplat: - ubuntu-latest - - macos-13 - - macos-14 + - macos-latest + - macos-15-intel - windows-latest python: - ${{ inputs.python_version }} diff --git a/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml b/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml index 704f2c6..cdb0786 100644 --- a/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml +++ b/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml @@ -49,7 +49,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel] python-version: ${{ fromJson(needs.get-python-versions.outputs.python_versions_json) }} steps: - name: Get the latest Python version from the matrix diff --git a/.github/workflows/_matrix-no-codecov-on-merge-to-main.yml b/.github/workflows/_matrix-no-codecov-on-merge-to-main.yml index 3764dd4..4f6f8c6 100644 --- a/.github/workflows/_matrix-no-codecov-on-merge-to-main.yml +++ b/.github/workflows/_matrix-no-codecov-on-merge-to-main.yml @@ -45,7 +45,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel] python-version: ${{ fromJson(needs.get-python-versions.outputs.python_versions_json) }} steps: - name: Get the latest Python version from the matrix