Skip to content

Commit

Permalink
Update build_packages.yml
Browse files Browse the repository at this point in the history
Try with an M1 runner
  • Loading branch information
csparker247 authored Aug 12, 2024
1 parent 93ab790 commit 498276a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ on:
jobs:
build_macos:
name: Create macOS package
runs-on: macos-12
runs-on: macos-14
outputs:
package_name: ${{ steps.name_pkg.outputs.package_name }}
timeout-minutes: 240
env:
MACOSX_DEPLOYMENT_TARGET: "12.7"
MACOSX_DEPLOYMENT_TARGET: "14.5"
QT_VERSION: "6.7.2"
EXTRA_CMAKE_FLAGS: "-DCMAKE_BUILD_TYPE=Release -DVC_PREBUILT_LIBS=ON -DVC_BUILD_ACVD=ON -DCMAKE_OSX_ARCHITECTURES:STRING='x86_64;arm64'"
steps:
Expand Down

0 comments on commit 498276a

Please sign in to comment.