Skip to content

Commit

Permalink
[Github Actions] [Windows] Upgrade Boost library to v1.86.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buffer committed Oct 17, 2024
1 parent d43c27f commit b056c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
# Needed for MSVC toolset 14.2
os: [windows-2019]
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
boost-version: [1.84.0]
boost-version-snake: ['1_84_0']
boost-version: [1.86.0]
boost-version-snake: ['1_86_0']
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b056c09

Please sign in to comment.