From 92b82634e963577a71277503efcba0b164e069f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Manr=C3=ADquez=20Novoa?= <49853152+chopan050@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:40:10 -0300 Subject: [PATCH 1/4] Bump macOS image from deprecated macos-13 to macos-15 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e0b0a7a45..be046269b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-13, windows-latest] + os: [ubuntu-22.04, macos-15, windows-latest] python: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: From a4c63d396fb54c74cca57f5847e2b6fafd3ffdb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Manr=C3=ADquez=20Novoa?= <49853152+chopan050@users.noreply.github.com> Date: Wed, 19 Nov 2025 20:45:03 -0300 Subject: [PATCH 2/4] Try macos-15-intel image --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be046269b5..8e923120f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-15, windows-latest] + os: [ubuntu-22.04, macos-15-intel, windows-latest] python: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: From eaf69997cb4f335f6e3dc01c6b2a79a1cfa9d71a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Manr=C3=ADquez=20Novoa?= <49853152+chopan050@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:58:00 -0300 Subject: [PATCH 3/4] Try macos-15-large --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e923120f2..dbf482de30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-15-intel, windows-latest] + os: [ubuntu-22.04, macos-15-large, windows-latest] python: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: From b957de97eb99753093d02c703d152b311b6be556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Manr=C3=ADquez=20Novoa?= <49853152+chopan050@users.noreply.github.com> Date: Thu, 20 Nov 2025 10:59:47 -0300 Subject: [PATCH 4/4] Revert to macos-15-intel --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbf482de30..8e923120f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-15-large, windows-latest] + os: [ubuntu-22.04, macos-15-intel, windows-latest] python: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: