From f1f5731461167420d8636e0b3b4ebb4671805294 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Mon, 4 Nov 2024 10:01:39 -0800 Subject: [PATCH] Migrate CI macos-12 -> macos-13. --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a82ee5..1be95a7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,9 +25,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # N.B.: macos-12 is the oldest non-deprecated Intel Mac runner and macos-14 is the oldest + # N.B.: macos-13 is the oldest non-deprecated Intel Mac runner and macos-14 is the oldest # non-deprecated ARM Mac runner. - os: [ ubuntu-22.04, linux-arm64, macos-12, macos-14, windows-2022, windows-arm64 ] + os: [ ubuntu-22.04, linux-arm64, macos-13, macos-14, windows-2022, windows-arm64 ] steps: - uses: actions/checkout@v4 - name: Check Formatting diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87f512b..6890790 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,9 +45,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # N.B.: macos-12 is the oldest non-deprecated Intel Mac runner and macos-14 is the oldest + # N.B.: macos-13 is the oldest non-deprecated Intel Mac runner and macos-14 is the oldest # non-deprecated ARM Mac runner. - os: [ ubuntu-22.04, linux-arm64, macos-12, macos-14, windows-2022, windows-arm64 ] + os: [ ubuntu-22.04, linux-arm64, macos-13, macos-14, windows-2022, windows-arm64 ] environment: Release permissions: id-token: write