Skip to content

Commit

Permalink
Add ldflags for macOS build
Browse files Browse the repository at this point in the history
set cxx

macos

mac

more mac

more mac

mac again

mac tonight

test again

even more
  • Loading branch information
claywar committed May 16, 2024
1 parent 1a5e29e commit b957a2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,15 @@ jobs:
MacOS_64bit:
needs: Sanity_Checks
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Install Dependencies (Brew)
run: |
brew install mariadb zeromq zmq luajit llvm@18
brew update
brew install mariadb zeromq zmq luajit llvm
- name: Configure CMake
run: |
mkdir -p build
Expand Down

0 comments on commit b957a2f

Please sign in to comment.