From 56582cc1c03c9e8d1960213c30ce27794a8317a0 Mon Sep 17 00:00:00 2001 From: David Meyer Date: Wed, 23 Oct 2024 12:13:13 -0400 Subject: [PATCH] Attempt to fix osx-x64 builds by pinning xcode version --- .github/workflows/release.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 379b37f..a162a05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -123,6 +123,12 @@ jobs: architecture: ${{ matrix.arch }} miniconda-version: "latest" + - name: Configure xcode + if: matrix.os == 'macos-13' + uses: maxim-lobanov/setup-xcode@v1 + with: + xcode-version: 14.3 + - name: Conda package (Unix) if: (matrix.conda && runner.os != 'Windows') shell: bash -l {0}