From 128878ebcf2ce01fca79faf1e8483cc807f4db05 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 31 Jul 2025 15:47:48 -0400 Subject: [PATCH 1/2] TST: Replace macos-13 with macos-14 --- .github/workflows/python-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 129e09c..11ccf90 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -21,7 +21,7 @@ jobs: - os: ubuntu-latest python-version: '3.10' toxenv: py310-test-pytestoldest - - os: macos-13 + - os: macos-14 python-version: '3.10' toxenv: py310-test-pytest70 - os: windows-latest @@ -30,7 +30,7 @@ jobs: - os: windows-latest python-version: '3.11' toxenv: py311-test-pytest72 - - os: macos-13 + - os: macos-14 python-version: '3.11' toxenv: py311-test-pytest73 - os: ubuntu-latest From 1cc0a2ab70e78001d5dcd4cde57ab91ada24de89 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 31 Jul 2025 17:31:08 -0400 Subject: [PATCH 2/2] TST: Use macos-latest instead MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Brigitta Sipőcz --- .github/workflows/python-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 11ccf90..e63a1a3 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -21,7 +21,7 @@ jobs: - os: ubuntu-latest python-version: '3.10' toxenv: py310-test-pytestoldest - - os: macos-14 + - os: macos-latest python-version: '3.10' toxenv: py310-test-pytest70 - os: windows-latest @@ -30,7 +30,7 @@ jobs: - os: windows-latest python-version: '3.11' toxenv: py311-test-pytest72 - - os: macos-14 + - os: macos-latest python-version: '3.11' toxenv: py311-test-pytest73 - os: ubuntu-latest