Skip to content

Commit

Permalink
Revert "Merge pull request #13606 from mixxxdj/chore/upgrade-macos13-…
Browse files Browse the repository at this point in the history
…xcode15.2"

This reverts commit f4785f4, reversing
changes made to 400ae46.
  • Loading branch information
daschuer committed Aug 29, 2024
1 parent f4785f4 commit 1dc2119
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1dc2119

Please sign in to comment.