From a27267731fb52798203010ee7c5d5d30677458a9 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Wed, 3 Jan 2024 16:38:28 -0800 Subject: [PATCH] Update CI to build using Xcode 15.1 Update Xcode to latest version before release, as 15.1 seems to contain some bug fixes in the linker that may matter. --- .github/workflows/ci-macvim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-macvim.yaml b/.github/workflows/ci-macvim.yaml index 7c81411b45..77471eb15d 100644 --- a/.github/workflows/ci-macvim.yaml +++ b/.github/workflows/ci-macvim.yaml @@ -67,7 +67,7 @@ jobs: # Most up to date OS and Xcode. Used to publish release for the main build. - os: macos-13 - xcode: '15.0' + xcode: '15.1' publish: true runs-on: ${{ matrix.os }}