Skip to content

Commit b056c09

Browse files
committed
[Github Actions] [Windows] Upgrade Boost library to v1.86.0
1 parent d43c27f commit b056c09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
# Needed for MSVC toolset 14.2
7878
os: [windows-2019]
7979
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
80-
boost-version: [1.84.0]
81-
boost-version-snake: ['1_84_0']
80+
boost-version: [1.86.0]
81+
boost-version-snake: ['1_86_0']
8282
steps:
8383
- name: Checkout repository
8484
uses: actions/checkout@v4

0 commit comments

Comments
 (0)