Skip to content

Commit

Permalink
refs #148 Пул потоков есть только в Бусте 1.66
Browse files Browse the repository at this point in the history
  • Loading branch information
izvolov committed Aug 16, 2021
1 parent 498b5bc commit c0cfbc9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
os: [ubuntu-20.04]
compiler:
- name: "g++-7"
package: "g++-7"
Expand All @@ -26,7 +26,7 @@ jobs:
- name: "clang++-10"
package: "clang-10"
build_type: ["Debug", "Release"]
boost_version: ["1.65"]
boost_version: ["1.67", "1.71"]

runs-on: ${{matrix.os}}
steps:
Expand Down
2 changes: 1 addition & 1 deletion benchmark/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Boost 1.62.0 COMPONENTS program_options REQUIRED)
find_package(Boost 1.66.0 COMPONENTS program_options REQUIRED)

add_library(benchIO INTERFACE)
target_include_directories(benchIO INTERFACE include)
Expand Down
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
find_package(Boost 1.62 REQUIRED)
find_package(Boost 1.66 REQUIRED)
find_package(doctest 2.3.3 REQUIRED)

add_library(testutility INTERFACE)
Expand Down

0 comments on commit c0cfbc9

Please sign in to comment.