Skip to content

Commit

Permalink
Test boost building on ppc64le manylinux
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 10, 2023
1 parent 704c304 commit d239856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
strategy:
fail-fast: false
matrix:
boost_version: ['1.74.0', '1.75.0', '1.76.0', '1.77.0', '1.78.0', '1.79.0', '1.80.0', '1.81.0', '1.82.0', '1.83.0']
b2_version: ['4.5.0', '4.6.1', '4.7.2', '4.8.2', '4.9.6', '4.10.1']
boost_version: ['1.74.0', '1.76.0', '1.78.0', '1.80.0', '1.82.0', '1.83.0']
b2_version: ['4.5.0', '4.7.2', '4.9.6', '4.10.1']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d239856

Please sign in to comment.