Skip to content

Commit

Permalink
Use Xcode 13.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Nov 3, 2023
1 parent cee281e commit 4af3115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
VCPKG_OVERLAY_TRIPLETS: ${{ matrix.vcpkg_path }}/overlay/triplets
VCPKG_OVERLAY_PORTS: ${{ matrix.vcpkg_overlay_ports }}
DEPS_BASE_NAME: mixxx-deps
DEVELOPER_DIR: /Applications/Xcode_13.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer
MIXXX_VERSION: 2.5
name: ${{ matrix.vcpkg_triplet }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update && brew install nasm automake pkg-config autoconf-archive
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_13.app/Contents/Developer"
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_13.2.1.app/Contents/Developer"
xcrun --show-sdk-version
- name: Set up cache
uses: actions/cache@v3
Expand Down

0 comments on commit 4af3115

Please sign in to comment.