Skip to content

Commit

Permalink
Try 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjbillington committed Nov 27, 2024
1 parent ee3f65d commit 69a4548
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,19 @@ jobs:
if: runner.os == 'macOS'
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: 14.2

- name: Setup Command Line Tools
if: runner.os == 'macOS'
run: |
sudo xcode-select --switch /Applications/Xcode.app
sudo xcode-select --install || true
- name: Configure conda-build
if: runner.os == 'macOS'
run: |
echo "CONDA_BUILD_SYSROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
echo "CONDA_FORGE_MACOS_SYSROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
xcode-version: 13.0.0

# - name: Setup Command Line Tools
# if: runner.os == 'macOS'
# run: |
# sudo xcode-select --switch /Applications/Xcode.app
# sudo xcode-select --install || true

# - name: Configure conda-build
# if: runner.os == 'macOS'
# run: |
# echo "CONDA_BUILD_SYSROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV
# echo "CONDA_FORGE_MACOS_SYSROOT=$(xcrun --show-sdk-path)" >> $GITHUB_ENV

- name: Conda package (Unix)
if: (matrix.conda && runner.os != 'Windows')
Expand Down

0 comments on commit 69a4548

Please sign in to comment.