From c8c8aad3149397de3c3a7918705fd7c9bc47d6f6 Mon Sep 17 00:00:00 2001 From: Greg Caporaso Date: Fri, 2 Jan 2026 09:20:55 -0700 Subject: [PATCH 1/2] Update CI workflow to use macOS 15 --- template/{{ package_name }}/.github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/{{ package_name }}/.github/workflows/ci.yml b/template/{{ package_name }}/.github/workflows/ci.yml index 307f076..0e7ca82 100644 --- a/template/{{ package_name }}/.github/workflows/ci.yml +++ b/template/{{ package_name }}/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ '{{' }} matrix.os {{ '}}' }} strategy: matrix: - os: [ubuntu-latest, macos-13] + os: [ubuntu-latest, macos-15-intel] steps: - uses: actions/checkout@v2 From 94aadb9505a8b1a392bef01f890bf18ac01eca93 Mon Sep 17 00:00:00 2001 From: Greg Caporaso Date: Fri, 2 Jan 2026 09:22:50 -0700 Subject: [PATCH 2/2] squash --- .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 c9ed318..300b0b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-13] + os: [ubuntu-latest, macos-15-intel] steps: - name: checkout source