Skip to content

Commit

Permalink
Update macos-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Jun 7, 2024
1 parent 59fde6e commit ed391ab
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ on:

jobs:
build:

runs-on: macos-13

steps:
- uses: actions/checkout@v3
with:
Expand All @@ -21,6 +19,6 @@ jobs:
- name: Generate configure script
run: ./autogen.sh
- name: configure with g++-12
run: ./configure CXX="g++-12" CXXFLAGS='-O3 -DNDEBUG -Wl,-ld_classic' CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
run: ./configure CXX="g++-12" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
- name: make
run: make CXXFLAGS='-O3 -DNDEBUG -Wl,-ld_classic'

0 comments on commit ed391ab

Please sign in to comment.