Skip to content

Commit

Permalink
Fix logging
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Sep 10, 2023
1 parent 67181fc commit 1fdbf4f
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 @@ -10,14 +10,14 @@ on:

jobs:
build_wheels:
name: Build wheels for Boost ${{ matrix.boost_version }} b2 ${ matrix.b2_version }}
name: Build wheels for Boost ${{ matrix.boost_version }} b2 ${{ matrix.b2_version }}
runs-on: ubuntu-20.04
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']

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

0 comments on commit 1fdbf4f

Please sign in to comment.