Skip to content

Commit

Permalink
Attempt to fix osx-x64 builds by pinning xcode version
Browse files Browse the repository at this point in the history
  • Loading branch information
dihm committed Oct 23, 2024
1 parent 824481f commit 56582cc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 56582cc

Please sign in to comment.