From efb8e947d3fdb8f62d6fde081990411ac24c47be Mon Sep 17 00:00:00 2001 From: Christopher Durand Date: Fri, 23 Feb 2024 20:15:45 +0100 Subject: [PATCH] [ci] Update Xcode version to 15.2 to fix linker bug --- .github/workflows/macos.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index f9a54e21c4..e5a9051ea0 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,6 +7,9 @@ jobs: runs-on: macos-13 steps: + - uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: '15.2' - name: Setup environment - Brew tap run: |