From e77d28467dea5fcc4be1bda107ee8827b33d7779 Mon Sep 17 00:00:00 2001 From: Evan Tang Date: Mon, 9 Dec 2024 14:41:38 -0600 Subject: [PATCH] GHActions: Update legacy build to macOS 13 / Xcode 14 macOS 12 runners are gone: https://github.com/actions/runner-images/issues/10721 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ac452a6d1..0efb4238e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -23,8 +23,8 @@ jobs: # Legacy build. Up to 3 versions behind latest (or beta). include: - - os: "macos-12" - xcode: "13.4.1" + - os: "macos-13" + xcode: "14.3.1" platform: "macos" upload_artifacts: false select_xcode: true