Skip to content

Commit

Permalink
macos15
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasrausch committed Feb 28, 2025
1 parent 21de662 commit 2f04023
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
17 changes: 17 additions & 0 deletions .github/workflows/macos-15.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: MacOS CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v2
- name: make
run: |
brew install autoconf automake boost llvm libomp
make
4 changes: 3 additions & 1 deletion .github/workflows/macosx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
- uses: actions/checkout@v2
- name: make
run: |
brew install autoconf automake boost llvm libomp
brew install boost htslib
export CXXFLAGS='-I/opt/homebrew/opt/boost/include -I/opt/homebrew/opt/htslib/include'
export LDFLAGS='-L/opt/homebrew/opt/boost/lib -L/opt/homebrew/opt/htslib/lib'
make

0 comments on commit 2f04023

Please sign in to comment.