From c88553a33742c9bd0a2fe6a2f9fc7eb46070745e Mon Sep 17 00:00:00 2001 From: Peter Delevoryas Date: Fri, 20 Dec 2024 13:19:10 -0800 Subject: [PATCH] ci: Update to macOS runners from macos-11 to macos-14 macOS 11 runners have been deprecated! Need this for CI to pass. --- .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 bb198cb4..e5456431 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: ci-macos: name: CI-macOS - runs-on: macos-11 + runs-on: macos-14 strategy: matrix: