From 37661642e0afd6c61f4755f1e77d280da93735e8 Mon Sep 17 00:00:00 2001 From: Joseph Cullen Date: Tue, 21 Oct 2025 13:01:42 -0400 Subject: [PATCH] Bump GitHub CI macos-13 to macos-14, due to imminent upstream deprecation. - [GitHub's deprecation announcement plan](https://github.blog/changelog/2025-07-11-upcoming-changes-to-macos-hosted-runners-macos-latest-migration-and-xcode-support-policy-updates/#macos-13-is-closing-down) recommend switching to macos-14. - Bump up to the next supported version. --- .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 a39d7d52..4705c158 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: with: build-options: -DCODEC_CAP=off macos-amd64: - runs-on: macos-13 + runs-on: macos-14 steps: - name: Checkout repo uses: actions/checkout@v4