Skip to content

Commit

Permalink
macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Nov 4, 2024
1 parent 45cbac2 commit eab5abb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
release:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/build_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if [ -d "${BUILD_DIR}" ]; then
fi
mkdir ${BUILD_DIR} && cd ${BUILD_DIR}

/usr/local/bin/cmake -G Ninja \
cmake -G Ninja \
-DCMAKE_OSX_DEPLOYMENT_TARGET=12.7 \
-DMAC_DEPLOY=ON \
-DGIT_COMMIT=${COMMIT} \
Expand Down

0 comments on commit eab5abb

Please sign in to comment.