Skip to content

Commit d0feb97

Browse files
committed
[Github Actions] Upgrade Boost library to v1.87.0
1 parent d37c2af commit d0feb97

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
matrix:
6666
os: [ubuntu-20.04]
6767
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
68-
boost-version: [1.86.0]
69-
boost-version-snake: ['1_86_0']
68+
boost-version: [1.87.0]
69+
boost-version-snake: ['1_87_0']
7070
steps:
7171
- name: Checkout repository
7272
uses: actions/checkout@v4

.github/workflows/osx-arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
matrix:
6666
os: [macos-14]
6767
python-version: ['3.10', '3.11', '3.12', '3.13']
68-
boost-version: [1.86.0]
69-
boost-version-snake: ['1_86_0']
68+
boost-version: [1.87.0]
69+
boost-version-snake: ['1_87_0']
7070
env:
7171
ARCH: arm64
7272
steps:

.github/workflows/osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ jobs:
6565
matrix:
6666
os: [macos-13]
6767
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
68-
boost-version: [1.86.0]
69-
boost-version-snake: ['1_86_0']
68+
boost-version: [1.87.0]
69+
boost-version-snake: ['1_87_0']
7070
steps:
7171
- name: Checkout repository
7272
uses: actions/checkout@v4

0 commit comments

Comments
 (0)