From e1076c9e0ac9d50af5d1e6752a6bfe8d705d6b62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Sat, 24 Aug 2024 15:07:13 +0200 Subject: [PATCH] Update to Xcode 13.1 and move to GitHub workflow runner macos-12 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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