Skip to content

Commit

Permalink
Merge pull request #13606 from mixxxdj/chore/upgrade-macos13-xcode15.2
Browse files Browse the repository at this point in the history
chore: upgrade macos runner to macos-13 Ventura and xcode15
  • Loading branch information
daschuer authored Aug 29, 2024
2 parents 400ae46 + f198e80 commit f4785f4
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 12 x64
os: macos-12
- name: macOS 13 x64
os: macos-13
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 12 arm64
os: macos-12
- name: macOS 13 arm64
os: macos-13
cmake_args: >-
-DBULK=ON
-DCOREAUDIO=ON
Expand Down

0 comments on commit f4785f4

Please sign in to comment.