Skip to content

Commit

Permalink
Update macos-builds.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith authored Jun 7, 2024
1 parent 4977127 commit 3fab096
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/macos-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
run: brew install htslib gsl
- name: Generate configure script
run: ./autogen.sh
- name: Configure with g++-13
run: ./configure CXX="g++-13" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
- name: Build with g++-13
- name: Configure with g++-12
run: ./configure CXX="g++-12" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
- name: Build with g++-12
run: make
- name: Test g++-13 build
- name: Test g++-12 build
run: make check-TESTS
- name: Cleanup after g++-13 build
- name: Cleanup after g++-12 build
run: make distclean

0 comments on commit 3fab096

Please sign in to comment.