Skip to content

Commit

Permalink
conda: needs libboost-devel
Browse files Browse the repository at this point in the history
  • Loading branch information
tvandera committed Jun 17, 2024
1 parent 90f729e commit df1b773
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ on:

jobs:
conda-build:
name: Build Conda Package
runs-on: "ubuntu-latest"
name: Build Conda Package on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14]
# os: [ubuntu-latest, windows-latest, macos-13, macos-14]
defaults:
run:
shell: bash -el {0}
Expand Down

0 comments on commit df1b773

Please sign in to comment.