From 8a147c57068596d66e90c782e94fcb07bade4946 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 18 Jun 2026 07:27:41 -0700 Subject: [PATCH 1/2] ci: bump macos-13 to macos-latest --- .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 4d8a205..ebfb02b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-13, windows-latest ] + os: [ ubuntu-latest, macos-latest, windows-latest ] python-version: [ "3.10", "3.11", "3.12", "3.13" ] defaults: run: From d49d87ac6a40830f7a7f0dd55b9b7eb6bee72980 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 18 Jun 2026 07:42:28 -0700 Subject: [PATCH 2/2] drop macos from preidm tests --- .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 ebfb02b..9963282 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -109,7 +109,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, windows-latest ] python-version: [ "3.10", "3.11", "3.12", "3.13" ] defaults: run: