From 1dc211970af3e8f7674562752c24cae4c5596dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=BCrmann?= Date: Thu, 29 Aug 2024 23:09:06 +0200 Subject: [PATCH] Revert "Merge pull request #13606 from mixxxdj/chore/upgrade-macos13-xcode15.2" This reverts commit f4785f4720bc244fe51a0fdd1a1e9396d9b1e4c8, reversing changes made to 400ae4618078fb07c063fceae3056253c6725d09. --- .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 df3770f71d5..ba20fa5c418 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,8 +38,8 @@ jobs: artifacts_path: build/*.deb artifacts_slug: ubuntu-jammy qt_qpa_platform: offscreen - - name: macOS 13 x64 - os: macos-13 + - name: macOS 12 x64 + os: macos-12 cmake_args: >- -DBULK=ON -DCOREAUDIO=ON @@ -63,8 +63,8 @@ jobs: artifacts_path: build/*.dmg artifacts_slug: macos-macosintel qt_qpa_platform: offscreen - - name: macOS 13 arm64 - os: macos-13 + - name: macOS 12 arm64 + os: macos-12 cmake_args: >- -DBULK=ON -DCOREAUDIO=ON