Skip to content

Commit

Permalink
Build for iOS with Xcode 15.2 on macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Feb 29, 2024
1 parent 28b7764 commit 2208d2f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,27 @@ jobs:
vcpkg_overlay_ports: overlay/windows;overlay/ports
check_disk_space: Get-PSDrive
- os: macos-11
xcode: '12.4'
vcpkg_path: /Users/runner/mixxx-vcpkg
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
vcpkg_triplet: x64-osx-min1015
vcpkg_host_triplet: x64-osx-min1015
vcpkg_overlay_ports: overlay/osx:overlay/ports
check_disk_space: df -h
- os: macos-11
xcode: '12.4'
vcpkg_path: /Users/runner/mixxx-vcpkg
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
vcpkg_triplet: arm64-osx-min1100-release
vcpkg_host_triplet: x64-osx-min1015-release
vcpkg_overlay_ports: overlay/osx:overlay/ports
check_disk_space: df -h
- os: macos-11
- os: macos-14
xcode: '15.2'
vcpkg_path: /Users/runner/mixxx-vcpkg
vcpkg_bootstrap: ./bootstrap-vcpkg.sh
vcpkg_triplet: arm64-ios-release
vcpkg_host_triplet: x64-osx-min1015-release
vcpkg_host_triplet: arm64-osx-min1100-release
vcpkg_overlay_ports: overlay/osx:overlay/ports
check_disk_space: df -h
env:
Expand All @@ -47,7 +50,6 @@ 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_12.4.app/Contents/Developer
MIXXX_VERSION: 2.5
name: ${{ matrix.vcpkg_triplet }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -93,7 +95,7 @@ jobs:
if: runner.os == 'macOS'
run: |
brew update && brew install nasm autoconf-archive
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer"
/bin/bash -c "sudo xcode-select --switch /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer"
xcrun --show-sdk-version
- name: Check available disk space
Expand Down

0 comments on commit 2208d2f

Please sign in to comment.