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