Skip to content

Commit

Permalink
[Github Actions] Upgrade Boost library to v1.87.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Jan 9, 2025
1 parent d37c2af commit d0feb97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
boost-version: [1.86.0]
boost-version-snake: ['1_86_0']
boost-version: [1.87.0]
boost-version-snake: ['1_87_0']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osx-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
matrix:
os: [macos-14]
python-version: ['3.10', '3.11', '3.12', '3.13']
boost-version: [1.86.0]
boost-version-snake: ['1_86_0']
boost-version: [1.87.0]
boost-version-snake: ['1_87_0']
env:
ARCH: arm64
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
matrix:
os: [macos-13]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
boost-version: [1.86.0]
boost-version-snake: ['1_86_0']
boost-version: [1.87.0]
boost-version-snake: ['1_87_0']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d0feb97

Please sign in to comment.