Skip to content

Commit 56582cc

Browse files
committed
Attempt to fix osx-x64 builds by pinning xcode version
1 parent 824481f commit 56582cc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ jobs:
123123
architecture: ${{ matrix.arch }}
124124
miniconda-version: "latest"
125125

126+
- name: Configure xcode
127+
if: matrix.os == 'macos-13'
128+
uses: maxim-lobanov/setup-xcode@v1
129+
with:
130+
xcode-version: 14.3
131+
126132
- name: Conda package (Unix)
127133
if: (matrix.conda && runner.os != 'Windows')
128134
shell: bash -l {0}

0 commit comments

Comments
 (0)