Skip to content

Commit d672fc8

Browse files
committed
Revert "Attempt to fix osx-x64 builds by pinning xcode version"
This reverts commit 56582cc.
1 parent e355ff1 commit d672fc8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ 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-
132126
- name: Conda package (Unix)
133127
if: (matrix.conda && runner.os != 'Windows')
134128
shell: bash -l {0}

0 commit comments

Comments
 (0)