diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f726939bb1f670..422bdf3417a9ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,13 @@ jobs: vcpkg_triplet: x64-windows vcpkg_host_triplet: x64-windows check_disk_space: Get-PSDrive - - os: macos-11 + - os: macos-12 vcpkg_path: /Users/runner/mixxx-vcpkg vcpkg_bootstrap: ./bootstrap-vcpkg.sh vcpkg_triplet: x64-osx-min1100 vcpkg_host_triplet: x64-osx-min1100 check_disk_space: df -h - - os: macos-11 + - os: macos-12 vcpkg_path: /Users/runner/mixxx-vcpkg vcpkg_bootstrap: ./bootstrap-vcpkg.sh vcpkg_triplet: arm64-osx-min1100-release @@ -34,7 +34,7 @@ jobs: VCPKG_DEFAULT_TRIPLET: ${{ matrix.vcpkg_triplet }} VCPKG_DEFAULT_HOST_TRIPLET: ${{ matrix.vcpkg_host_triplet }} DEPS_BASE_NAME: mixxx-deps - DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer MIXXX_VERSION: 2.5 name: ${{ matrix.vcpkg_triplet }} runs-on: ${{ matrix.os }} @@ -86,7 +86,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_13.1.app/Contents/Developer" xcrun --show-sdk-version - name: Check available disk space