Skip to content

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Oct 10, 2023
1 parent 83813ee commit 64641be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

macos:
name: macOS
runs-on: macos-12
runs-on: macos-13
steps:
- name: Force Python to version 3.10 to workaround node-gyp install problem (remove later)
uses: actions/setup-python@v4
Expand All @@ -140,6 +140,8 @@ jobs:
node-version: '12'
- name: Compile
run: scripts/macos-build.sh
env:
CMAKE_CXX_FLAGS: -D_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION
- name: app and dmg
run: |
npm install -g appdmg
Expand Down

0 comments on commit 64641be

Please sign in to comment.